Word Definition

Get detailed definition in both English and Chinese for any selected word on a webpage.

Vad är Word Definition?

Word Definition är en Chrome-tillägg utvecklad av http://haohany.github.io, och dess huvudfunktion är "Get detailed definition in both English and Chinese for any selected word on a webpage.".

Tilläggsskärmbilder

screenshot

Ladda ner Word Definition-förlängningens CRX-fil

Ladda ner Word Definition-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Just select a word and you're good to go!                    

Grundläggande Information om Tillägg

Namn Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
Officiell webbadress https://chrome.google.com/webstore/detail/word-definition/jhklfnhipgicandonpkkcpdofchbpjjk
Beskrivning Get detailed definition in both English and Chinese for any selected word on a webpage.
Filstorlek 51.54 KB
Antal Installationer 181
Aktuell Version 1.2
Senast Uppdaterad 2015-03-01
Publiceringsdatum 2015-03-01
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare http://haohany.github.io
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Definition",
    "version": "1.2",
    "description": "Get detailed definition in both English and Chinese for any selected word on a webpage.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "pref.js",
            "bg.js"
        ]
    },
    "browser_action": {
        "default_title": "Word Definition",
        "default_icon": {
            "19": "img\/icon19.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js",
                "jquery.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "chrome:\/\/favicon\/",
        "tabs"
    ]
}