Dicc.io - Instant Dictionary

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

Dicc.io - Instant Dictionary là gì?

Dicc.io - Instant Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Besmart Andorra, và tính năng chính của nó là "Double click on a word to view its translations in the pop up dictionary.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dicc.io - Instant Dictionary

Tải xuống các tệp mở rộng Dicc.io - Instant Dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dicc.io - Instant Dictionary Dicc.io - Instant Dictionary
ID mkjelhimddbcbpinlcagdhcmkgamkejp
URL Chính Thức https://chrome.google.com/webstore/detail/diccio-diccionario/mkjelhimddbcbpinlcagdhcmkgamkejp
Mô tả Double click on a word to view its translations in the pop up dictionary.
Kích Thước Tệp 409 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-05-15
Ngày Phát Hành 2016-05-15
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Besmart Andorra
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://dicc.io
URL Trang Trợ Giúp http://dicc.io/tutorial/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}