Annotate Chinese with Pinyin
Annotate Chinese with Pinyin
Vad är Annotate Chinese with Pinyin?
Annotate Chinese with Pinyin är en Chrome-tillägg utvecklad av haochi.extensions, och dess huvudfunktion är "Annotate Chinese with Pinyin".
Tilläggsskärmbilder
Ladda ner Annotate Chinese with Pinyin-förlängningens CRX-fil
Ladda ner Annotate Chinese with Pinyin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Annotate Chinese with Pinyin on any web page!
Grundläggande Information om Tillägg
Namn | |
ID | nklndoamigakcadfpngfkcppjpijcghj |
Officiell webbadress | https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj |
Beskrivning | Annotate Chinese with Pinyin |
Filstorlek | 202 KB |
Antal Installationer | 146 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2020-09-14 |
Publiceringsdatum | 2020-04-20 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | haochi.extensions |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |