By: Dr0nn1
Inspect and view changes in Dictionary and Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Double Click Dictionary",
"version": "1.1.2",
"description": "Translates or gets the definition of a double-clicked word using google API. Works like Google Dictionary (by Google) extension in chrome.",
"permissions": [
"*://*.googleapis.com/*",
"contextMenus",
"activeTab",
"storage"
],
"background": {
"scripts": [
"src/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/content.js"
]
}
],
"browser_action": {
"default_popup": "src/options/options.html",
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"default_title": "Double Click Define or Translator"
},
"browser_specific_settings": {
"gecko": {
"id": "petter.dronnen@outlook.com"
}
}
} Best Dictionary and Translator Alternatives
Here are some Firefox add-ons that are similar to Dictionary and Translator:
Click Dictionary
FG
Click dictionary
newDev
Dictionary Anywhere v2
MrKio
Double Click Dictionary
igorlogius
Awesome Dictionary
ramblingThinker
Web Dictionary
Jha Madhav
Pop-Up Dictionary
R Leung
Dictionary Redefined
Danylo
Dictionary Anywhere
meetDeveloper
Google Dictionary Utility V2
Cinac Layan
Lexicon (Instant Dictionary)
akvedi
Popup Dictionary
Jonas Högman