Language Tools
Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
Wat is Language Tools?
Language Tools is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.".
Extensie Screenshots
Download het CRX-bestand van de extensie Language Tools
Download Language Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Language Tools |
ID | ehaplickepiebdimlmbgecbbinldehgn |
Officiële URL | https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn |
Beschrijving | Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button. |
Bestandsgrootte | 8.94 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-11-27 |
Publicatiedatum | 2022-02-15 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://browsernative.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://browsernative.com/language-tools/ |
Help Pagina-URL | https://browsernative.com/language-tools/ |
URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
Ondersteunde Talen | 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\/" } |