Add Pinyin - Chinese Zero to Hero Reader
This extension annotates all Chinese text on a page.
What is Add Pinyin - Chinese Zero to Hero Reader?
Add Pinyin - Chinese Zero to Hero Reader is a Chrome extension developed by longjiang2005, and its main feature is "This extension annotates all Chinese text on a page.".
Extension Screenshots
Download Add Pinyin - Chinese Zero to Hero Reader Extension CRX File
Download Add Pinyin - Chinese Zero to Hero Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add pinyin annotation to Chinese web pages.
Extension Basic Information
Name | |
ID | nhhoiplgolfammoegggnjojoaljjbojg |
Official URL | https://chrome.google.com/webstore/detail/add-pinyin-chinese-zero-t/nhhoiplgolfammoegggnjojoaljjbojg |
Description | This extension annotates all Chinese text on a page. |
File Size | 625 KB |
Installation Count | 4,000 |
Current Version | 2.0.0 |
Last Updated | 2019-08-18 |
Publish Date | 2019-08-18 |
Rating | 4.33/5 Total 21 Ratings |
Developer | longjiang2005 |
Payment Type | free |
Extension Website | https://chineselearningwiki.chinesezerotohero.com/ |
Help Page URL | https://chineselearningwiki.chinesezerotohero.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add Pinyin - Chinese Zero to Hero Reader", "description": "This extension annotates all Chinese text on a page.", "version": "2.0.0", "browser_action": { "default_icon": "meta\/icon-128x128.png", "default_title": "Add pinyin annotation to Chinese web pages", "default_popup": "index.html" }, "permissions": [ "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*" ] } |