jisho-pitcher
Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
什麼是jisho-pitcher?
jisho-pitcher是由fi-le開發的Chrome擴展程式,該擴展的主要功能是“Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org”。
擴展截圖
下載jisho-pitcher擴展crx文件
下載jisho-pitcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The add-on currently uses pitch accent information from the Japanese-German dictionary wadoku and from the kanjium dataset. The data is already packaged in the add-on, so there will be no additional stress on the internet connection. 擴展基本資訊
| 名稱 | |
| ID | fgnpplmalkhmcilpgbngpmdgfnodknce |
| 官方網址 | https://chromewebstore.google.com/detail/jisho-pitcher/fgnpplmalkhmcilpgbngpmdgfnodknce |
| 簡介 | Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org |
| 檔案大小 | 190 KB |
| 安裝次數 | 3,288 |
| 目前版本 | 1.7 |
| 更新時間 | 2020-08-05 |
| 上架時間 | 2020-07-28 |
| 評分 | 4.93/5 共 14 次評分 |
| 開發者 | fi-le |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "jisho-pitcher",
"version": "1.7",
"description": "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org",
"icons": {
"48": "icons\/border-48.png",
"96": "icons\/border-96.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.jisho.org\/*"
],
"js": [
"jisho_pitcher.js"
]
}
]
} | |