Free Translator
Translate your to over 50 different languages for free!
Co je Free Translator?
Free Translator je rozšíření Chrome vyvinuté Extension City, a jeho hlavní funkcí je „Translate your to over 50 different languages for free!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Free Translator
Stáhněte si soubory rozšíření Free Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Free Translator is a sophisticated translation extension product which’s able to easily translate over 55 languages (incl. English, German, Italian, French, Japanese, Chinese, Spanish, Russian, Arabic, Portuguese and Hebrew). Privacy: http://extensioncity.com/privacy/ EULA: http://extensioncity.com/eula/
Základní Informace o Rozšíření
Název | |
ID | mkobfhdjmmcbcibmjbnbmiflpgpcnaoe |
Oficiální URL | https://chrome.google.com/webstore/detail/free-translator/mkobfhdjmmcbcibmjbnbmiflpgpcnaoe |
Popis | Translate your to over 50 different languages for free! |
Velikost souboru | 350 KB |
Počet instalací | 758 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2019-10-30 |
Datum Vydání | 2019-10-30 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | Extension City |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | http://extensioncity.com/privacy/ |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Translator", "version": "1.0.0", "manifest_version": 2, "author": "Extension City", "homepage_url": "http:\/\/www.extensioncity.com", "description": "Translate your to over 50 different languages for free!", "web_accessible_resources": [ "js\/vendor\/*", "js\/*", "css\/vendor\/*", "css\/themes\/*", "css\/*", "panel.html", "images\/*.png" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_scripts": [ { "js": [ "js\/vendor\/jquery.js" ], "css": [], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/", "tabs", "history", "storage", "activeTab", "bookmarks" ] } |