Annotate Chinese with Pinyin
Annotate Chinese with Pinyin
O que é Annotate Chinese with Pinyin?
Annotate Chinese with Pinyin é uma extensão do Chrome desenvolvida por haochi.extensions, e sua principal característica é "Annotate Chinese with Pinyin".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Annotate Chinese with Pinyin
Baixe arquivos de extensão Annotate Chinese with Pinyin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Annotate Chinese with Pinyin on any web page!
Informações Básicas da Extensão
Nome | |
ID | nklndoamigakcadfpngfkcppjpijcghj |
URL Oficial | https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj |
Descrição | Annotate Chinese with Pinyin |
Tamanho do Arquivo | 202 KB |
Contagem de Instalações | 146 |
Versão Atual | 0.0.2 |
Última Atualização | 2020-09-14 |
Data de Publicação | 2020-04-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | haochi.extensions |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |