Annotate Chinese with Pinyin

Annotate Chinese with Pinyin

Hvad er Annotate Chinese with Pinyin?

Annotate Chinese with Pinyin er en Chrome-udvidelse udviklet af haochi.extensions, og dens hovedfunktion er "Annotate Chinese with Pinyin".

Udvidelsesskærmbilleder

screenshot

Download Annotate Chinese with Pinyin-udvidelses-CRX-fil

Download Annotate Chinese with Pinyin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Annotate Chinese with Pinyin on any web page!                    

Grundlæggende oplysninger om udvidelsen

Navn Annotate Chinese with Pinyin Annotate Chinese with Pinyin
ID nklndoamigakcadfpngfkcppjpijcghj
Officiel URL https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj
Beskrivelse Annotate Chinese with Pinyin
Filstørrelse 202 KB
Antal Installationer 146
Nuværende Version 0.0.2
Senest Opdateret 2020-09-14
Udgivelsesdato 2020-04-20
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler haochi.extensions
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}