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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}