Chrome Sina

Check Chrome updates from Sina downloads site.

Chrome Sina là gì?

Chrome Sina là một tiện ích mở rộng Chrome được phát triển bởi Ivan Yan, và tính năng chính của nó là "Check Chrome updates from Sina downloads site.".

Ả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 Chrome Sina

Tải xuống các tệp mở rộng Chrome Sina 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

                        Notice: this extension targets the users from China mainland, they need a proxy to download and update their Chrome, and Sina is a China website. If you come from other area, you should try the official installer(https://www.google.com/chrome/) first.                    

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

Tên Chrome Sina Chrome Sina
ID idnfdnijojifmkhgmhoheahenfohidlc
URL Chính Thức https://chromewebstore.google.com/detail/chrome-sina/idnfdnijojifmkhgmhoheahenfohidlc
Mô tả Check Chrome updates from Sina downloads site.
Kích Thước Tệp 11.12 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2017-11-05
Ngày Phát Hành 2017-11-04
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Ivan Yan
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/yanxyz/crx-chrome-sina#readme
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Sina",
    "version": "1.2.1",
    "description": "Check Chrome updates from Sina downloads site.",
    "manifest_version": 2,
    "minimum_chrome_version": "57",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "http:\/\/down.tech.sina.com.cn\/",
        "storage"
    ]
}