Open in Jisho and Wanikani

Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.

Wat is Open in Jisho and Wanikani?

Open in Jisho and Wanikani is een Chrome-extensie ontwikkeld door http://www.keithkennedy.co.uk, en de belangrijkste functie is "Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open in Jisho and Wanikani

Download Open in Jisho and Wanikani-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Open in Jisho and Wanikani Open in Jisho and Wanikani
ID hjiplodfnjbdkemmneipfpanhbloobpf
Officiële URL https://chrome.google.com/webstore/detail/open-in-jisho-and-wanikan/hjiplodfnjbdkemmneipfpanhbloobpf
Beschrijving Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.
Bestandsgrootte 72.34 KB
Aantal Installaties 164
Huidige Versie 1.1
Laatst Bijgewerkt 2016-02-13
Publicatiedatum 2016-02-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://www.keithkennedy.co.uk
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Jisho and Wanikani",
    "description": "Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.",
    "homepage_url": "https:\/\/keithkennedy.co.uk\/",
    "version": "1.1",
    "permissions": [
        "",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}