Zhuyin
Add zhuyin fuhao next to Chinese characters.
Vad är Zhuyin?
Zhuyin är en Chrome-tillägg utvecklad av Phoebe Tai, och dess huvudfunktion är "Add zhuyin fuhao next to Chinese characters.".
Tilläggsskärmbilder
Ladda ner Zhuyin-förlängningens CRX-fil
Ladda ner Zhuyin-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
                        Use this handy extension to read Chinese websites with bopomofo! A useful tool for anyone learning traditional Chinese.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ldpibpcjnhbdpmjfollggppibfocgefj | 
| Officiell webbadress | https://chromewebstore.google.com/detail/zhuyin/ldpibpcjnhbdpmjfollggppibfocgefj | 
| Beskrivning | Add zhuyin fuhao next to Chinese characters. | 
| Filstorlek | 6.4 MB | 
| Antal Installationer | 7,639 | 
| Aktuell Version | 3.2 | 
| Senast Uppdaterad | 2017-09-21 | 
| Publiceringsdatum | 2017-09-20 | 
| Betyg | 4.69/5 Totalt 16 Betyg | 
| Utvecklare | Phoebe Tai | 
| Betalningssätt | free | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zhuyin",
    "description": "Add zhuyin fuhao next to Chinese characters.",
    "version": "3.2",
    "background": {
        "scripts": [
            "zhuyin.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Zhuyin"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "wp010-05.ttf"
    ]
}  |  |