Annotate Chinese with Pinyin

Annotate Chinese with Pinyin

¿Qué es Annotate Chinese with Pinyin?

Annotate Chinese with Pinyin es una extensión de Chrome desarrollada por haochi.extensions, y su función principal es "Annotate Chinese with Pinyin".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Annotate Chinese with Pinyin

Descarga archivos de extensión Annotate Chinese with Pinyin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Annotate Chinese with Pinyin on any web page!                    

Información Básica de la Extensión

Nombre Annotate Chinese with Pinyin Annotate Chinese with Pinyin
ID nklndoamigakcadfpngfkcppjpijcghj
URL Oficial https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj
Descripción Annotate Chinese with Pinyin
Tamaño del Archivo 202 KB
Cantidad de Instalaciones 146
Versión Actual 0.0.2
Última Actualización 2020-09-14
Fecha de Publicación 2020-04-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador haochi.extensions
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}