Chrome Sina

Check Chrome updates from Sina downloads site.

ما هو Chrome Sina؟

Chrome Sina هو إضافة Chrome تم تطويرها بواسطة Ivan Yan، والميزة الرئيسية لها هي "Check Chrome updates from Sina downloads site.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Chrome Sina

قم بتنزيل ملفات الامتداد Chrome Sina بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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.                    

معلومات أساسية عن التمديد

الاسم Chrome Sina Chrome Sina
ID idnfdnijojifmkhgmhoheahenfohidlc
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-sina/idnfdnijojifmkhgmhoheahenfohidlc
الوصف Check Chrome updates from Sina downloads site.
حجم الملف 11.12 KB
عدد التثبيتات 94
النسخة الحالية 1.2.1
آخر تحديث 2017-11-05
تاريخ النشر 2017-11-04
تقييم 4.63/5 مجموع تقييمات 8
المطور Ivan Yan
نوع الدفع free
موقع الإضافة https://github.com/yanxyz/crx-chrome-sina#readme
اللغات المدعومة 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"
    ]
}