Dictionary for Google Chrome™

Access the Google Translate dashboard and translate anywhere on the web

什麼是Dictionary for Google Chrome™?

Dictionary for Google Chrome™是由Free Software Apps開發的Chrome擴展程式,該擴展的主要功能是“Access the Google Translate dashboard and translate anywhere on the web”。

擴展截圖

screenshot

下載Dictionary for Google Chrome™擴展crx文件

下載Dictionary for Google Chrome™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Dictionary for Google Chrome™ Dictionary for Google Chrome™
ID gjobaaakoefjgpnocgminccbdcggohnl
官方網址 https://chromewebstore.google.com/detail/dictionary-for-google-chr/gjobaaakoefjgpnocgminccbdcggohnl
簡介 Access the Google Translate dashboard and translate anywhere on the web
檔案大小 77.85 KB
安裝次數 8,000
目前版本 3.0.0
更新時間 2022-09-22
上架時間 2020-03-31
評分 3.78/5 共 643 次評分
開發者 Free Software Apps
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}