Annotate Chinese with Pinyin

Annotate Chinese with Pinyin

Τι είναι το Annotate Chinese with Pinyin;

Το Annotate Chinese with Pinyin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον haochi.extensions, και η κύρια λειτουργία του είναι "Annotate Chinese with Pinyin".

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

screenshot

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

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

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

                        Annotate Chinese with Pinyin on any web page!                    

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

Όνομα Annotate Chinese with Pinyin Annotate Chinese with Pinyin
ID nklndoamigakcadfpngfkcppjpijcghj
Επίσημο URL https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj
Περιγραφή Annotate Chinese with Pinyin
Μέγεθος Αρχείου 202 KB
Αριθμός Εγκαταστάσεων 146
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2020-09-14
Ημερομηνία Δημοσίευσης 2020-04-20
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής haochi.extensions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}