Furigana
Add furigana
什麼是Furigana?
Furigana是由cneyhn開發的Chrome擴展程式,該擴展的主要功能是“Add furigana”。
擴展截圖
下載Furigana擴展crx文件
下載Furigana擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A web extension, Auto insert furigana (phonetic characters) on Japanese kanji.
Feature
* Auto inject Japanese web pages.
* Support dynamic pages.
* Context menu shortcut. 擴展基本資訊
| 名稱 | |
| ID | ofebnpmoppjhjeljocmfcghndlacaflg |
| 官方網址 | https://chromewebstore.google.com/detail/furigana/ofebnpmoppjhjeljocmfcghndlacaflg |
| 簡介 | Add furigana |
| 檔案大小 | 17.21 MB |
| 安裝次數 | 579 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2019-04-14 |
| 上架時間 | 2019-04-09 |
| 評分 | 3.50/5 共 2 次評分 |
| 開發者 | cneyhn |
| 付費類型 | free |
| 支援的語言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.0.3",
"description": "Add furigana",
"icons": {
"38": "icons\/icon.png"
},
"web_accessible_resources": [
"dict\/*.dat"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"dist\/content.js"
]
}
],
"default_locale": "en",
"browser_action": {
"default_icon": {
"38": "icons\/icon.png"
},
"default_title": "furigana",
"default_popup": "setting\/options.html"
},
"permissions": [
" | |