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
官方URL 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"
    }
}