Annotate Chinese with Pinyin
Annotate Chinese with Pinyin
What is Annotate Chinese with Pinyin?
Annotate Chinese with Pinyin is a Chrome extension developed by haochi.extensions, and its main feature is "Annotate Chinese with Pinyin".
Extension Screenshots
Download Annotate Chinese with Pinyin Extension CRX File
Download Annotate Chinese with Pinyin 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
Annotate Chinese with Pinyin on any web page!
Extension Basic Information
Name | |
ID | nklndoamigakcadfpngfkcppjpijcghj |
Official URL | https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj |
Description | Annotate Chinese with Pinyin |
File Size | 202 KB |
Installation Count | 146 |
Current Version | 0.0.2 |
Last Updated | 2020-09-14 |
Publish Date | 2020-04-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | haochi.extensions |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Annotate Chinese with Pinyin", "version": "0.0.2", "manifest_version": 2, "description": "Annotate Chinese with Pinyin", "homepage_url": "https:\/\/github.com\/haochi\/annotate-pinyin-with-chinese", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Annotate Chinese on Current Page with Pinyin", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "scripts": [ "src\/browser\/background.js" ], "persistent": true }, "permissions": [ "contextMenus", "tabs", "activeTab" ] } |