Search Jisho
Adds a context menu to search Jisho for the highlighted word.
What is Search Jisho?
Search Jisho is a Chrome extension developed by daniel.kaspo, and its main feature is "Adds a context menu to search Jisho for the highlighted word.".
Extension Screenshots
Download Search Jisho Extension CRX File
Download Search Jisho 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
Adds a context menu to search Jisho for the highlighted word.
Extension Basic Information
Name | Search Jisho |
ID | odedgbgofldomjnodnnjdlagjpmkjhnb |
Official URL | https://chromewebstore.google.com/detail/search-jisho/odedgbgofldomjnodnnjdlagjpmkjhnb |
Description | Adds a context menu to search Jisho for the highlighted word. |
File Size | 4.3 KB |
Installation Count | 3,241 |
Current Version | 1.2 |
Last Updated | 2024-02-28 |
Publish Date | 2016-08-02 |
Rating | 5.00/5 Total 15 Ratings |
Developer | daniel.kaspo |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |