Highlight a word or phrase, right click it, then choose its language to look up its definition in that language!
By default it's catered to my own personal preferences, so let me know if you like it and I'll add extra features to help you!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Language Lookup!",
"version": "1.2resigned1",
"description": "Highlight a word or phrase, right click it, then choose its language to look up its definition in that language!",
"homepage_url": "https://github.com/wanderrful",
"icons": {
"48": "icons/icon-48.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus",
"tabs"
],
"browser_specific_settings": {
"gecko": {
"id": "{4f32d73f-ae06-4ca0-91bc-593aa2b29217}"
}
}
}