Jisho Extension
Quickly search on Jisho.org
What is Jisho Extension?
Jisho Extension is a Chrome extension developed by Glen Brixey, and its main feature is "Quickly search on Jisho.org".
Extension Screenshots
Download Jisho Extension Extension CRX File
Download Jisho Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Jisho Extension |
ID | iblocgbegbfbikfpjajboohgnegaonho |
Official URL | https://chromewebstore.google.com/detail/jisho-extension/iblocgbegbfbikfpjajboohgnegaonho |
Description | Quickly search on Jisho.org |
File Size | 155 KB |
Installation Count | 6,000 |
Current Version | 0.3 |
Last Updated | 2021-07-12 |
Publish Date | 2017-11-25 |
Rating | 4.75/5 Total 12 Ratings |
Developer | Glen Brixey |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gbrixey/jisho-extension |
Help Page URL | https://github.com/gbrixey/jisho-extension |
Supported Languages | 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" } } |