Jisho Extension

Quickly search on Jisho.org

Qu'est-ce que Jisho Extension ?

Jisho Extension est une extension Chrome développée par Glen Brixey, et sa fonction principale est "Quickly search on Jisho.org".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jisho Extension

Téléchargez les fichiers d'extension Jisho Extension 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

                        Allows you to search quickly on Jisho.org by right-clicking on selected text. If you are searching for a single kanji, the extension will navigate directly to the #kanji page on Jisho.org. The extension also adds a toolbar button with a popup for entering text directly, which may be useful when copying and pasting text from another program.

This extension is open source: https://github.com/gbrixey/jisho-extension                    

Informations de Base sur l'Extension

Nom Jisho Extension Jisho Extension
ID iblocgbegbfbikfpjajboohgnegaonho
URL Officiel https://chromewebstore.google.com/detail/jisho-extension/iblocgbegbfbikfpjajboohgnegaonho
Description Quickly search on Jisho.org
Taille du Fichier 155 KB
Nombre d'Installations 6,000
Version Actuelle 0.3
Dernière Mise à Jour 2021-07-12
Date de Publication 2017-11-25
Évaluation 4.75/5 Total 12 Évaluations
Développeur Glen Brixey
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gbrixey/jisho-extension
URL de la Page d'Aide https://github.com/gbrixey/jisho-extension
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jisho Extension",
    "version": "0.3",
    "description": "Quickly search on Jisho.org",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "shared_functions.js",
            "context_menu.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}