Annotate Chinese with Pinyin

Annotate Chinese with Pinyin

Apa itu Annotate Chinese with Pinyin?

Annotate Chinese with Pinyin adalah ekstensi Chrome yang dikembangkan oleh haochi.extensions, dan fitur utamanya adalah "Annotate Chinese with Pinyin".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Annotate Chinese with Pinyin

Unduh file ekstensi Annotate Chinese with Pinyin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Annotate Chinese with Pinyin on any web page!                    

Informasi Dasar Ekstensi

Nama Annotate Chinese with Pinyin Annotate Chinese with Pinyin
ID nklndoamigakcadfpngfkcppjpijcghj
URL Resmi https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj
Deskripsi Annotate Chinese with Pinyin
Ukuran File 202 KB
Jumlah Instalasi 146
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2020-09-14
Tanggal Publikasi 2020-04-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang haochi.extensions
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}