Furigana Toggle
Toggle furigana on and off.
什么是Furigana Toggle?
Furigana Toggle是由https://darrenlester.com开发的Chrome扩展程序,该扩展的主要功能是“Toggle furigana on and off.”。
扩展截图
下载Furigana Toggle扩展crx文件
下载Furigana Toggle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply toggles the visibility of furigana off and on. Perfect when you want to test your kanji reading without furigana helping too much!
- Works across many websites.
- One click to turn on and furigana will be hidden on all tabs.
Two modes:
- Just hide all furigana.
- Hide furigana but reveal on hover.
Hover mode can also be set to show kanji which have hidden furigana in another colour.
Please note: Furigana Toggle cannot add furigana to websites which do not have it. It can only hide furigana. 扩展基本信息
| 名称 | |
| ID | nkkjdpdmojaobchjkhhlfgeopllbldcg |
| 官方URL | https://chromewebstore.google.com/detail/furigana-toggle/nkkjdpdmojaobchjkhhlfgeopllbldcg |
| 简介 | Toggle furigana on and off. |
| 文件大小 | 11.99 KB |
| 安装次数 | 2,829 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2018-11-17 |
| 上架时间 | 2018-11-17 |
| 评分 | 3.69/5 共13次评分 |
| 开发者 | https://darrenlester.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.darrenlester.com/projects/furigana-toggle |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Furigana Toggle",
"version": "1.3.0",
"description": "Toggle furigana on and off.",
"author": "Darren Lester",
"icons": {
"16": ".\/logo_16.png",
"48": ".\/logo_48.png",
"128": ".\/logo_128.png"
},
"permissions": [
"storage",
"tabs",
"*:\/\/*\/*"
],
"web_accessible_resources": [
"furigana-toggle.css"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Furigana Toggle"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |