Pinyin Web

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

Τι είναι το Pinyin Web;

Το Pinyin Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Referenced Expressions, και η κύρια λειτουργία του είναι "Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Pinyin Web

Λήψη αρχείων επέκτασης Pinyin Web σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pinyin Web Pinyin Web
ID gdpihnamgpclgpigocgfmhckbkhelken
Επίσημο URL https://chromewebstore.google.com/detail/pinyin-web/gdpihnamgpclgpigocgfmhckbkhelken
Περιγραφή Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…
Μέγεθος Αρχείου 9.66 MB
Αριθμός Εγκαταστάσεων 351
Τρέχουσα Έκδοση 0.2.29
Τελευταία Ενημέρωση 2024-02-22
Ημερομηνία Δημοσίευσης 2021-05-08
Προγραμματιστής Referenced Expressions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}