Chrome Sina

Check Chrome updates from Sina downloads site.

Qu'est-ce que Chrome Sina ?

Chrome Sina est une extension Chrome développée par Ivan Yan, et sa fonction principale est "Check Chrome updates from Sina downloads site.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome Sina

Téléchargez les fichiers d'extension Chrome Sina au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chrome Sina Chrome Sina
ID idnfdnijojifmkhgmhoheahenfohidlc
URL Officiel https://chromewebstore.google.com/detail/chrome-sina/idnfdnijojifmkhgmhoheahenfohidlc
Description Check Chrome updates from Sina downloads site.
Taille du Fichier 11.12 KB
Nombre d'Installations 94
Version Actuelle 1.2.1
Dernière Mise à Jour 2017-11-05
Date de Publication 2017-11-04
Évaluation 4.63/5 Total 8 Évaluations
Développeur Ivan Yan
Type de Paiement free
Site Web de l'Extension https://github.com/yanxyz/crx-chrome-sina#readme
Langues Prises en Charge 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"
    ]
}