Language Tools

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

What is Language Tools?

Language Tools is a Chrome extension developed by https://browsernative.com, and its main feature is "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Language Tools Extension CRX File

Download Language Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Language Tools Language Tools
ID ehaplickepiebdimlmbgecbbinldehgn
Official URL https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn
Description Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
File Size 8.94 KB
Installation Count 2,000
Current Version 1.1.0
Last Updated 2023-11-27
Publish Date 2022-02-15
Rating 5.00/5 Total 4 Ratings
Developer https://browsernative.com
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/language-tools/
Help Page URL https://browsernative.com/language-tools/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages 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\/"
}