Pinyin Reader
Adds pinyin captions above Chinese Hanzi script
ما هو Pinyin Reader؟
Pinyin Reader هو إضافة Chrome تم تطويرها بواسطة Brendan Johnson، والميزة الرئيسية لها هي "Adds pinyin captions above Chinese Hanzi script".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pinyin Reader
قم بتنزيل ملفات الامتداد Pinyin Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds captions above all Chinese text on a website. Supports the following annotation styles: * Hanyu Pinyin with tone marks * Cantonese Jyutping with tone numbers * Tone marks only (for both Pinyin and Jyutping)
معلومات أساسية عن التمديد
الاسم | Pinyin Reader |
ID | hledmlpbeiablkglomlminfemnepgjlp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pinyin-reader/hledmlpbeiablkglomlminfemnepgjlp |
الوصف | Adds pinyin captions above Chinese Hanzi script |
حجم الملف | 6.02 MB |
عدد التثبيتات | 2,841 |
النسخة الحالية | 1.4.1 |
آخر تحديث | 2018-10-30 |
تاريخ النشر | 2018-10-29 |
تقييم | 4.92/5 مجموع تقييمات 13 |
المطور | Brendan Johnson |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinyin Reader", "version": "1.4.1", "manifest_version": 2, "background": { "scripts": [ "background.js", "lib\/chinese-tokenizer.js", "lib\/sprintf.js" ], "persistent": false }, "browser_action": [], "description": "Adds pinyin captions above Chinese Hanzi script", "icons": { "48": "img\/icon_active_48.png", "128": "img\/icon_128.png" }, "options_ui": { "page": "options_page\/options.html", "open_in_tab": false }, "permissions": [ "tabs", "activeTab", "storage" ], "commands": { "toggle-pinyin": { "suggested_key": { "default": "Alt+Shift+F", "mac": "Command+Shift+Y" }, "description": "Toggle Pinyin" } } } |