Inspect and view changes in Free Translator 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",
"name": "Free Translator",
"manifest_version": 2,
"description": "Free Translator helps you interpret or convert a text to a language of your choice.",
"version": "1.0.2",
"icons": {
"24": "icon24.png",
"128": "icon128.png"
},
"permissions": [],
"app": {
"urls": [
"http://freetranslator.herokuapp.com/"
],
"launch": {
"web_url": "http://freetranslator.herokuapp.com/"
}
}
}