Language Tools
Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
Cos'è Language Tools?
Language Tools è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Language Tools
Scarica i file di estensione Language Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Language Tools |
ID | ehaplickepiebdimlmbgecbbinldehgn |
URL Ufficiale | https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn |
Descrizione | Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button. |
Dimensione del File | 8.94 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2023-11-27 |
Data di Pubblicazione | 2022-02-15 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://browsernative.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browsernative.com/language-tools/ |
URL della Pagina di Aiuto | https://browsernative.com/language-tools/ |
URL della Pagina della Politica sulla Privacy | https://browsernative.com/extensions-privacy-policy |
Lingue Supportate | 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\/" } |