Jisho Extension
Quickly search on Jisho.org
Wat is Jisho Extension?
Jisho Extension is een Chrome-extensie ontwikkeld door Glen Brixey, en de belangrijkste functie is "Quickly search on Jisho.org".
Extensie Screenshots
Download het CRX-bestand van de extensie Jisho Extension
Download Jisho Extension-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
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
Basisinformatie over de Extensie
Naam | Jisho Extension |
ID | iblocgbegbfbikfpjajboohgnegaonho |
Officiële URL | https://chromewebstore.google.com/detail/jisho-extension/iblocgbegbfbikfpjajboohgnegaonho |
Beschrijving | Quickly search on Jisho.org |
Bestandsgrootte | 155 KB |
Aantal Installaties | 6,000 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2021-07-12 |
Publicatiedatum | 2017-11-25 |
Beoordeling | 4.75/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Glen Brixey |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/gbrixey/jisho-extension |
Help Pagina-URL | https://github.com/gbrixey/jisho-extension |
Ondersteunde Talen | 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" } } |