Dicc.io - Instant Dictionary

Double click on a word to view its translations in the pop up dictionary.

Dicc.io - Instant Dictionaryคืออะไร?

Dicc.io - Instant Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Besmart Andorra และคุณลักษณะหลักของมันคือ "Double click on a word to view its translations in the pop up dictionary."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dicc.io - Instant Dictionary

ดาวน์โหลดไฟล์ส่วนขยาย Dicc.io - Instant Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Dicc.io busca en más de 500 diccionarios para encontrar la definición más correcta.                    

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

ชื่อ Dicc.io - Instant Dictionary Dicc.io - Instant Dictionary
ID mkjelhimddbcbpinlcagdhcmkgamkejp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/diccio-diccionario/mkjelhimddbcbpinlcagdhcmkgamkejp
คำอธิบาย Double click on a word to view its translations in the pop up dictionary.
ขนาดไฟล์ 409 KB
จำนวนการติดตั้ง 106
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-05-15
วันที่เผยแพร่ 2016-05-15
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Besmart Andorra
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://dicc.io
URL หน้าช่วยเหลือ http://dicc.io/tutorial/
ภาษาที่รองรับ de,en,fr,nl,tr,ca,es,it,el,ru,zh-CN,ja,ko
manifest.json
{
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "pages\/page_action.html",
        "default_title": "Click here to quickly view translations for selected word."
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/simple_retriever.css"
            ],
            "exclude_matches": [
                "*:\/\/*.dicc.io\/*"
            ],
            "js": [
                "js\/simple_retriever.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; media-src http:\/\/dicc.io",
    "default_locale": "es",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/dicc.io\/",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "dicc.io",
    "omnibox": {
        "keyword": "define"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        "tts"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "pages\/options.html"
    ]
}