Annotate Chinese with Pinyin
Annotate Chinese with Pinyin
Cos'è Annotate Chinese with Pinyin?
Annotate Chinese with Pinyin è un'estensione di Chrome sviluppata da haochi.extensions, e la sua funzione principale è "Annotate Chinese with Pinyin".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Annotate Chinese with Pinyin
Scarica i file di estensione Annotate Chinese with Pinyin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Annotate Chinese with Pinyin on any web page!
Informazioni di Base sull'Estensione
Nome | |
ID | nklndoamigakcadfpngfkcppjpijcghj |
URL Ufficiale | https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj |
Descrizione | Annotate Chinese with Pinyin |
Dimensione del File | 202 KB |
Conteggio Installazioni | 146 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2020-09-14 |
Data di Pubblicazione | 2020-04-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | haochi.extensions |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |