Inspect and view changes in Word search with dict.cc source codes across current and past versions
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,
"version": "0.2resigned1",
"name": "__MSG_extensionName__",
"author": "Julius Rummel",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "55.0",
"id": "{7f507699-61a6-40a7-b76a-345a0a51b593}"
}
}
}