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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
]
}
]
} | |