Open in Jisho and Wanikani

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

Qu'est-ce que Open in Jisho and Wanikani ?

Open in Jisho and Wanikani est une extension Chrome développée par http://www.keithkennedy.co.uk, et sa fonction principale est "Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open in Jisho and Wanikani

Téléchargez les fichiers d'extension Open in Jisho and Wanikani au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Open in Jisho and Wanikani Open in Jisho and Wanikani
ID hjiplodfnjbdkemmneipfpanhbloobpf
URL Officiel https://chrome.google.com/webstore/detail/open-in-jisho-and-wanikan/hjiplodfnjbdkemmneipfpanhbloobpf
Description Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.
Taille du Fichier 72.34 KB
Nombre d'Installations 164
Version Actuelle 1.1
Dernière Mise à Jour 2016-02-13
Date de Publication 2016-02-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://www.keithkennedy.co.uk
Type de Paiement free
Langues Prises en Charge 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
}