Annotate Chinese with Pinyin

Annotate Chinese with Pinyin

Qu'est-ce que Annotate Chinese with Pinyin ?

Annotate Chinese with Pinyin est une extension Chrome développée par haochi.extensions, et sa fonction principale est "Annotate Chinese with Pinyin".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Annotate Chinese with Pinyin

Téléchargez les fichiers d'extension Annotate Chinese with Pinyin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Annotate Chinese with Pinyin on any web page!                    

Informations de Base sur l'Extension

Nom Annotate Chinese with Pinyin Annotate Chinese with Pinyin
ID nklndoamigakcadfpngfkcppjpijcghj
URL Officiel https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj
Description Annotate Chinese with Pinyin
Taille du Fichier 202 KB
Nombre d'Installations 146
Version Actuelle 0.0.2
Dernière Mise à Jour 2020-09-14
Date de Publication 2020-04-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur haochi.extensions
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}