Translator
Right Click to translate selected text using Google Translate
Co je Translator?
Translator je rozšíření Chrome vyvinuté Jofen, a jeho hlavní funkcí je „Right Click to translate selected text using Google Translate“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Translator
Stáhněte si soubory rozšíření 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í
Translate selected text or full page A handy tool to translate selected text or the full active page into your choice of languages. Customize your favorites languages. How to translate text: Select required text on any web page and right click to select "Translate Selected. How to translate full page: Right click and select "Translate Full Page"
Základní Informace o Rozšíření
Název | Translator |
ID | condlopdddofpgcdjfnoepbdkcgckmgb |
Oficiální URL | https://chromewebstore.google.com/detail/translator/condlopdddofpgcdjfnoepbdkcgckmgb |
Popis | Right Click to translate selected text using Google Translate |
Velikost souboru | 22.66 KB |
Počet instalací | 133,761 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-06-26 |
Datum Vydání | 2019-06-25 |
Hodnocení | 3.91/5 Celkem 32 Hodnocení |
Vývojář | Jofen |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translator", "description": "Right Click to translate selected text using Google Translate", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/common.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false, "chrome_style": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage" ] } |