Kanji Inspector

Highlight and right click to find information about Kanji.

Vad är Kanji Inspector?

Kanji Inspector är en Chrome-tillägg utvecklad av Víctor Bernabé Pérez, och dess huvudfunktion är "Highlight and right click to find information about Kanji.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Kanji Inspector-förlängningens CRX-fil

Ladda ner Kanji Inspector-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

                        Search information about any Kanji on the web.

Highlight the Kanji, right click the selection and choose any of the websites availables in the "Kanji Inspector" context menu.                    

Grundläggande Information om Tillägg

Namn Kanji Inspector Kanji Inspector
ID eblodmmcjlbmmnlolomphabooehpjfee
Officiell webbadress https://chromewebstore.google.com/detail/kanji-inspector/eblodmmcjlbmmnlolomphabooehpjfee
Beskrivning Highlight and right click to find information about Kanji.
Filstorlek 12.11 KB
Antal Installationer 79
Aktuell Version 1.3.0
Senast Uppdaterad 2019-11-25
Publiceringsdatum 2019-11-25
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare Víctor Bernabé Pérez
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://kanji-inspector.victorbp.site
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kanji Inspector",
    "description": "Highlight and right click to find information about Kanji.",
    "version": "1.3.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "websites.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "instructions.html"
    },
    "icons": {
        "16": "images\/icon16x16.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    }
}