Annotate Chinese with Pinyin

Annotate Chinese with Pinyin

Annotate Chinese with Pinyin là gì?

Annotate Chinese with Pinyin là một tiện ích mở rộng Chrome được phát triển bởi haochi.extensions, và tính năng chính của nó là "Annotate Chinese with Pinyin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Annotate Chinese with Pinyin

Tải xuống các tệp mở rộng Annotate Chinese with Pinyin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Annotate Chinese with Pinyin on any web page!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Annotate Chinese with Pinyin Annotate Chinese with Pinyin
ID nklndoamigakcadfpngfkcppjpijcghj
URL Chính Thức https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj
Mô tả Annotate Chinese with Pinyin
Kích Thước Tệp 202 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-09-14
Ngày Phát Hành 2020-04-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển haochi.extensions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}