Chrome Sina

Check Chrome updates from Sina downloads site.

Wat is Chrome Sina?

Chrome Sina is een Chrome-extensie ontwikkeld door Ivan Yan, en de belangrijkste functie is "Check Chrome updates from Sina downloads site.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chrome Sina

Download Chrome Sina-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chrome Sina Chrome Sina
ID idnfdnijojifmkhgmhoheahenfohidlc
Officiële URL https://chromewebstore.google.com/detail/chrome-sina/idnfdnijojifmkhgmhoheahenfohidlc
Beschrijving Check Chrome updates from Sina downloads site.
Bestandsgrootte 11.12 KB
Aantal Installaties 94
Huidige Versie 1.2.1
Laatst Bijgewerkt 2017-11-05
Publicatiedatum 2017-11-04
Beoordeling 4.63/5 Totaal 8 Beoordelingen
Ontwikkelaar Ivan Yan
Betalingswijze free
Extensiewebsite https://github.com/yanxyz/crx-chrome-sina#readme
Ondersteunde Talen 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"
    ]
}