Annotate Chinese with Pinyin

Annotate Chinese with Pinyin

Wat is Annotate Chinese with Pinyin?

Annotate Chinese with Pinyin is een Chrome-extensie ontwikkeld door haochi.extensions, en de belangrijkste functie is "Annotate Chinese with Pinyin".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Annotate Chinese with Pinyin

Download Annotate Chinese with Pinyin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Annotate Chinese with Pinyin on any web page!                    

Basisinformatie over de Extensie

Naam Annotate Chinese with Pinyin Annotate Chinese with Pinyin
ID nklndoamigakcadfpngfkcppjpijcghj
Officiële URL https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj
Beschrijving Annotate Chinese with Pinyin
Bestandsgrootte 202 KB
Aantal Installaties 146
Huidige Versie 0.0.2
Laatst Bijgewerkt 2020-09-14
Publicatiedatum 2020-04-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar haochi.extensions
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}