Japanese Lookup

Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.

Vad är Japanese Lookup?

Japanese Lookup är en Chrome-tillägg utvecklad av kikoogay, och dess huvudfunktion är "Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Japanese Lookup-förlängningens CRX-fil

Ladda ner Japanese Lookup-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

                        Adds an option in the contextual menu to look up a kanji or a compound word in Japanese.

It's horrible, it could almost be useful.                    

Grundläggande Information om Tillägg

Namn Japanese Lookup Japanese Lookup
ID nbhllkgiacahnliofkgimjndkgbhfibf
Officiell webbadress https://chrome.google.com/webstore/detail/japanese-lookup/nbhllkgiacahnliofkgimjndkgbhfibf
Beskrivning Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.
Filstorlek 12.91 KB
Antal Installationer 262
Aktuell Version 0.83
Senast Uppdaterad 2015-09-15
Publiceringsdatum 2015-09-15
Betyg 3.78/5 Totalt 9 Betyg
Utvecklare kikoogay
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "realdeal.js"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "name": "Japanese Lookup",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "0.83"
}