Inspect and view changes in Babele 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Babele",
"version": "1.0.0",
"author": "Mirko Perillo",
"homepage_url": "https://codeberg.org/mirkoperillo/babele",
"description": "Quickly translate in different languages through online dictionaries",
"icons": {
"32": "icons/translate_32.png",
"64": "icons/translate_64.png"
},
"action": {
"default_icon": "icons/translate_32.png",
"default_title": "Babele",
"default_popup": "popup/index.html"
},
"permissions": [
"activeTab",
"storage"
]
}