Language Tools

Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.

Qu'est-ce que Language Tools ?

Language Tools est une extension Chrome développée par https://browsernative.com, et sa fonction principale est "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Language Tools

Téléchargez les fichiers d'extension Language Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Language Tools Language Tools
ID ehaplickepiebdimlmbgecbbinldehgn
URL Officiel https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn
Description Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
Taille du Fichier 8.94 KB
Nombre d'Installations 2,000
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-11-27
Date de Publication 2022-02-15
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://browsernative.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://browsernative.com/language-tools/
URL de la Page d'Aide https://browsernative.com/language-tools/
URL de la Page de Politique de Confidentialité https://browsernative.com/extensions-privacy-policy
Langues Prises en Charge 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\/"
}