Dictionary for Google Chrome™

Access the Google Translate dashboard and translate anywhere on the web

Vad är Dictionary for Google Chrome™?

Dictionary for Google Chrome™ är en Chrome-tillägg utvecklad av Free Software Apps, och dess huvudfunktion är "Access the Google Translate dashboard and translate anywhere on the web".

Tilläggsskärmbilder

screenshot

Ladda ner Dictionary for Google Chrome™-förlängningens CRX-fil

Ladda ner Dictionary for Google Chrome™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dictionary for Google Chrome™ Dictionary for Google Chrome™
ID gjobaaakoefjgpnocgminccbdcggohnl
Officiell webbadress https://chromewebstore.google.com/detail/dictionary-for-google-chr/gjobaaakoefjgpnocgminccbdcggohnl
Beskrivning Access the Google Translate dashboard and translate anywhere on the web
Filstorlek 77.85 KB
Antal Installationer 8,000
Aktuell Version 3.0.0
Senast Uppdaterad 2022-09-22
Publiceringsdatum 2020-03-31
Betyg 3.78/5 Totalt 643 Betyg
Utvecklare Free Software Apps
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}