Pinyin Web

Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…

Qu'est-ce que Pinyin Web ?

Pinyin Web est une extension Chrome développée par Referenced Expressions, et sa fonction principale est "Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pinyin Web

Téléchargez les fichiers d'extension Pinyin Web 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

                        Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or Teochew, with word grouping, optional brief English as third line (also popups), fast open-source local processing and context-based handling of ambiguous readings. This is a port of the Android apps Pinyin Web & EPUB, Cantonese Web & EPUB and Teochew Web & EPUB.                    

Informations de Base sur l'Extension

Nom Pinyin Web Pinyin Web
ID gdpihnamgpclgpigocgfmhckbkhelken
URL Officiel https://chromewebstore.google.com/detail/pinyin-web/gdpihnamgpclgpigocgfmhckbkhelken
Description Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…
Taille du Fichier 9.66 MB
Nombre d'Installations 351
Version Actuelle 0.2.29
Dernière Mise à Jour 2024-02-22
Date de Publication 2021-05-08
Développeur Referenced Expressions
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinyin Web",
    "version": "0.2.29",
    "browser_specific_settings": {
        "gecko_android": []
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "ruby.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Annotate",
        "default_popup": "config.html",
        "browser_style": true,
        "default_icon": {
            "32": "32.png"
        }
    },
    "permissions": [
        "",
        "clipboardRead"
    ],
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "96": "96.png"
    }
}