Search Jisho
Adds a context menu to search Jisho for the highlighted word.
Qu'est-ce que Search Jisho ?
Search Jisho est une extension Chrome développée par daniel.kaspo, et sa fonction principale est "Adds a context menu to search Jisho for the highlighted word.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search Jisho
Téléchargez les fichiers d'extension Search Jisho 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
Adds a context menu to search Jisho for the highlighted word.
Informations de Base sur l'Extension
Nom | Search Jisho |
ID | odedgbgofldomjnodnnjdlagjpmkjhnb |
URL Officiel | https://chromewebstore.google.com/detail/search-jisho/odedgbgofldomjnodnnjdlagjpmkjhnb |
Description | Adds a context menu to search Jisho for the highlighted word. |
Taille du Fichier | 4.3 KB |
Nombre d'Installations | 3,241 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2016-08-02 |
Évaluation | 5.00/5 Total 15 Évaluations |
Développeur | daniel.kaspo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Search Jisho", "version": "1.2", "description": "Adds a context menu to search Jisho for the highlighted word.", "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js" }, "icons": { "48": "icon.png" } } |