Dictionary for Google Chrome™

Access the Google Translate dashboard and translate anywhere on the web

Dictionary for Google Chrome™คืออะไร?

Dictionary for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Free Software Apps และคุณลักษณะหลักของมันคือ "Access the Google Translate dashboard and translate anywhere on the web"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dictionary for Google Chrome™

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}