Language Tools
Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
Co je Language Tools?
Language Tools je rozšíření Chrome vyvinuté https://browsernative.com, a jeho hlavní funkcí je „Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Language Tools
Stáhněte si soubory rozšíření Language Tools 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í
Easily search selected text on Google Dictionary and PowerThesaurus. Translate selected text and web pages using Google Translate. Users can also set their preferred language to translate. Extension by BrowserNative. Not created by or affiliated with Google or PowerThesaurus.com.
Základní Informace o Rozšíření
Název | Language Tools |
ID | ehaplickepiebdimlmbgecbbinldehgn |
Oficiální URL | https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn |
Popis | Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button. |
Velikost souboru | 8.94 KB |
Počet instalací | 2,000 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2023-11-27 |
Datum Vydání | 2022-02-15 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | https://browsernative.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://browsernative.com/language-tools/ |
URL Stránky Nápovědy | https://browsernative.com/language-tools/ |
URL Stránky Zásad Ochrany Soukromí | https://browsernative.com/extensions-privacy-policy |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Language Tools", "description": "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.", "version": "1.1.0", "manifest_version": 3, "background": { "service_worker": "sw.js" }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "action": { "default_icon": { "128": "icons\/128.png", "48": "icons\/48.png" }, "default_title": "Translate This Page" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "options_ui": { "page": "\/options\/options.html", "open_in_tab": true }, "homepage_url": "https:\/\/browsernative.com\/language-tools\/" } |