Pinyin Reader
Adds pinyin captions above Chinese Hanzi script
Qu'est-ce que Pinyin Reader ?
Pinyin Reader est une extension Chrome développée par Brendan Johnson, et sa fonction principale est "Adds pinyin captions above Chinese Hanzi script".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pinyin Reader
Téléchargez les fichiers d'extension Pinyin Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Pinyin Reader |
ID | hledmlpbeiablkglomlminfemnepgjlp |
URL Officiel | https://chromewebstore.google.com/detail/pinyin-reader/hledmlpbeiablkglomlminfemnepgjlp |
Description | Adds pinyin captions above Chinese Hanzi script |
Taille du Fichier | 6.02 MB |
Nombre d'Installations | 2,841 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2018-10-30 |
Date de Publication | 2018-10-29 |
Évaluation | 4.92/5 Total 13 Évaluations |
Développeur | Brendan Johnson |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |