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 |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |