Furiganator
Inserts Furigana in Hiragana, Katakana or Romaji.
What is Furiganator?
Furiganator is a Chrome extension developed by Crelier, and its main feature is "Inserts Furigana in Hiragana, Katakana or Romaji.".
Extension Screenshots
Download Furiganator Extension CRX File
Download Furiganator 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
Inserts Furigana (Ruby text) in Hiragana, Katakana or Romaji in the webpage. Perfect companion for Japanese reading practice. • Very fast and reliable. • Furigana in Hiragana, Katakana or Romaji. • Option to show Furigana only on mouse over. • Option to make the furigana text unselectable. • Option to use color-tags to easily identify the kanji level or grade. • Multiple color themes.
Extension Basic Information
Name | Furiganator |
ID | ijfcmmkkmogaclaafpgcjdfcfibmhcfa |
Official URL | https://chromewebstore.google.com/detail/furiganator/ijfcmmkkmogaclaafpgcjdfcfibmhcfa |
Description | Inserts Furigana in Hiragana, Katakana or Romaji. |
File Size | 15.05 MB |
Installation Count | 9,159 |
Current Version | 1.0.1 |
Last Updated | 2021-12-14 |
Publish Date | 2021-11-29 |
Rating | 4.54/5 Total 24 Ratings |
Developer | Crelier |
[email protected] | |
Payment Type | free |
Help Page URL | https://twitter.com/E_Crelier |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.1", "name": "Furiganator", "description": "Inserts Furigana in Hiragana, Katakana or Romaji.", "author": "Crelier", "permissions": [ "activeTab", "alarms", "scripting", "storage" ], "content_scripts": [ { "js": [ "js\/furiganator.js" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "\/js\/worker.js", "run_at": "document_end" }, "options_page": "html\/options.html", "action": [], "icons": { "16": "img\/Furiganator_active_16.png", "32": "img\/Furiganator_active_32.png", "48": "img\/Furiganator_active_48.png", "64": "img\/Furiganator_active_64.png", "96": "img\/Furiganator_active_96.png", "128": "img\/Furiganator_active_128.png" }, "web_accessible_resources": [ { "resources": [ "dict\/*.gz", "js\/kanjiapi_grade_jlpt.json" ], "matches": [ " |