chinese pinyin

Add pinyin to chinese text.

Vad är chinese pinyin?

chinese pinyin är en Chrome-tillägg utvecklad av https://pinyin.meteor.com, och dess huvudfunktion är "Add pinyin to chinese text.".

Tilläggsskärmbilder

screenshot

Ladda ner chinese pinyin-förlängningens CRX-fil

Ladda ner chinese 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

                        An tool to add pinyin to chinese paragraphs. Feedback welcomed.

Note that when multiple pinyin is possible, I list all of the them, with the first listing being the most common one.                    

Grundläggande Information om Tillägg

Namn chinese pinyin chinese pinyin
ID dbjilbkolbodebenablpomgeihnclgel
Officiell webbadress https://chromewebstore.google.com/detail/chinese-pinyin/dbjilbkolbodebenablpomgeihnclgel
Beskrivning Add pinyin to chinese text.
Filstorlek 651 KB
Antal Installationer 3,050
Aktuell Version 1.2
Senast Uppdaterad 2014-08-04
Publiceringsdatum 2014-08-04
Betyg 4.36/5 Totalt 14 Betyg
Utvecklare https://pinyin.meteor.com
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chinese pinyin",
    "description": "Add pinyin to chinese text.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}