jisho-pitcher
Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org
jisho-pitcherคืออะไร?
jisho-pitcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fi-le และคุณลักษณะหลักของมันคือ "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย jisho-pitcher
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
]
}
]
} | |