Dicc.io - Instant Dictionary

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

Was ist Dicc.io - Instant Dictionary?

Dicc.io - Instant Dictionary ist eine Chrome-Erweiterung, die von Besmart Andorra entwickelt wurde, und ihr Hauptmerkmal ist "Double click on a word to view its translations in the pop up dictionary.".

Erweiterungsscreenshots

screenshot

Dicc.io - Instant Dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dicc.io - Instant Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Dicc.io - Instant Dictionary Dicc.io - Instant Dictionary
ID mkjelhimddbcbpinlcagdhcmkgamkejp
Offizielle URL https://chrome.google.com/webstore/detail/diccio-diccionario/mkjelhimddbcbpinlcagdhcmkgamkejp
Beschreibung Double click on a word to view its translations in the pop up dictionary.
Dateigröße 409 KB
Installationsanzahl 106
Aktuelle Version 1.0
Letztes Update 2016-05-15
Veröffentlichungsdatum 2016-05-15
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler Besmart Andorra
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://dicc.io
Hilfeseite URL http://dicc.io/tutorial/
Unterstützte Sprachen 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"
    ]
}