Annotate Chinese with Pinyin
Annotate Chinese with Pinyin
什么是Annotate Chinese with Pinyin?
Annotate Chinese with Pinyin是由haochi.extensions开发的Chrome扩展程序,该扩展的主要功能是“Annotate Chinese with Pinyin”。
扩展截图
下载Annotate Chinese with Pinyin扩展crx文件
下载Annotate Chinese with Pinyin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Annotate Chinese with Pinyin on any web page!
扩展基本信息
名称 | |
ID | nklndoamigakcadfpngfkcppjpijcghj |
官方URL | https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj |
简介 | Annotate Chinese with Pinyin |
文件大小 | 202 KB |
安装次数 | 146 |
当前版本 | 0.0.2 |
更新时间 | 2020-09-14 |
上架时间 | 2020-04-20 |
评分 | 5.00/5 共1次评分 |
开发者 | haochi.extensions |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |