Absolute Free WordReference Dic(Ctrl+Shift+Q)

This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free

Absolute Free WordReference Dic(Ctrl+Shift+Q)คืออะไร?

Absolute Free WordReference Dic(Ctrl+Shift+Q) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย msamarehshafeei และคุณลักษณะหลักของมันคือ "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Absolute Free WordReference Dic(Ctrl+Shift+Q)

ดาวน์โหลดไฟล์ส่วนขยาย Absolute Free WordReference Dic(Ctrl+Shift+Q) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        features include:

- absolutely free!
- search of a selected word in brower for all languages available in http://www.wordreference.com
- auto save of selected language change

Feel free to request anything useful so I will add asap                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Absolute Free WordReference Dic(Ctrl+Shift+Q) Absolute Free WordReference Dic(Ctrl+Shift+Q)
ID goeokadmaehiidbobnbeeejihahdocab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab
คำอธิบาย This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free
ขนาดไฟล์ 85.02 KB
จำนวนการติดตั้ง 1,556
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2022-12-24
วันที่เผยแพร่ 2018-10-13
คะแนน 4.25/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา msamarehshafeei
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Absolute Free WordReference Dic(Ctrl+Shift+Q)",
    "short_name": "WR(Ctrl+Shift+Q)",
    "description": "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free",
    "version": "2.2",
    "icons": {
        "16": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon144.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q",
                "windows": "Ctrl+Shift+Q",
                "mac": "Command+Shift+Q"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "popup.js",
                "execution.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon96.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}