By: phil1986
Inspect and view changes in QuickDefine source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "QuickDefine",
"version": "1.0",
"description": "Look up word definitions with Ctrl + double-click.",
"permissions": [
"activeTab",
"storage",
"https://api.dictionaryapi.dev/"
],
"browser_specific_settings": {
"gecko": {
"id": "@quickdefine-extension",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_icon": "icon.svg",
"default_title": "QuickDefine"
}
} Best QuickDefine Alternatives
Here are some Firefox add-ons that are similar to QuickDefine:
Dictionary Redefined
Danylo
Wiki Dictionary
omkarshetkar
Quick Define — Popup Dictionary
Luke
Fetch A Word
DadaPenguin
Dictionary Define
abughxx
Awesome Dictionary
ramblingThinker
EZ Definitions
Muzial
Dictionary Glance
kralharlaus
Web Dictionary
Jha Madhav
lookup
Igor M
A fast dictionary tool
user_script_manager