Dictionary for Google Chrome™

Access the Google Translate dashboard and translate anywhere on the web

What is Dictionary for Google Chrome™?

Dictionary for Google Chrome™ is a Chrome extension developed by Free Software Apps, and its main feature is "Access the Google Translate dashboard and translate anywhere on the web".

Extension Screenshots

screenshot

Download Dictionary for Google Chrome™ Extension CRX File

Download Dictionary for Google Chrome™ 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

                        Are you always looking up the definitions/meanings of a word when you are on a website?

Simply install our software Dictionary for Google Chrome™ and you can find the definition of any word using the right click button

Install the software Dictionary for Google Chrome™
highlight the word you want to look up the definition for - and right click and choose
Our software will return the definition of this word instantly

Its simple to use, and takes less then a minute to find out the definition of any word.
Best of all, this software is 100% free.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Dictionary for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

Extension Basic Information

Name Dictionary for Google Chrome™ Dictionary for Google Chrome™
ID gjobaaakoefjgpnocgminccbdcggohnl
Official URL https://chromewebstore.google.com/detail/dictionary-for-google-chr/gjobaaakoefjgpnocgminccbdcggohnl
Description Access the Google Translate dashboard and translate anywhere on the web
File Size 77.85 KB
Installation Count 8,000
Current Version 3.0.0
Last Updated 2022-09-22
Publish Date 2020-03-31
Rating 3.78/5 Total 643 Ratings
Developer Free Software Apps
Email [email protected]
Payment Type free
Supported Languages id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "homepage_url": "https:\/\/dictionary.freebusinessapps.net\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "offline_enabled": true,
    "options_ui": {
        "page": "data\/options\/index.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/translate.google.com\/*",
        "*:\/\/translate.google.com.hk\/*",
        "*:\/\/translate.google.com.tr\/*",
        "*:\/\/translate.google.com.tw\/*",
        "*:\/\/translate.google.com.ua\/*",
        "*:\/\/translate.google.com.vn\/*",
        "*:\/\/translate.google.co.in\/*",
        "*:\/\/translate.google.co.jp\/*",
        "*:\/\/translate.google.co.kr\/*",
        "*:\/\/translate.google.co.uk\/*",
        "*:\/\/translate.google.cn\/*",
        "*:\/\/translate.google.de\/*",
        "*:\/\/translate.google.fr\/*",
        "*:\/\/translate.google.it\/*",
        "*:\/\/translate.google.pl\/*",
        "*:\/\/translate.google.ru\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "netrules",
                "enabled": true,
                "path": "netrules.json"
            }
        ]
    },
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "data\/iframe\/index.html",
                "data\/icons\/activator.png",
                "data\/icons\/loading.gif",
                "data\/panel\/inject.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "data\/icons\/128.png",
            "16": "data\/icons\/16.png",
            "24": "data\/icons\/24.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "index.html"
    }
}