Chrome Sina
Check Chrome updates from Sina downloads site.
Hvad er Chrome Sina?
Chrome Sina er en Chrome-udvidelse udviklet af Ivan Yan, og dens hovedfunktion er "Check Chrome updates from Sina downloads site.".
Udvidelsesskærmbilleder
Download Chrome Sina-udvidelses-CRX-fil
Download Chrome Sina-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | idnfdnijojifmkhgmhoheahenfohidlc |
Officiel URL | https://chromewebstore.google.com/detail/chrome-sina/idnfdnijojifmkhgmhoheahenfohidlc |
Beskrivelse | Check Chrome updates from Sina downloads site. |
Filstørrelse | 11.12 KB |
Antal Installationer | 94 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2017-11-05 |
Udgivelsesdato | 2017-11-04 |
Bedømmelse | 4.63/5 Samlet 8 Bedømmelser |
Udvikler | Ivan Yan |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/yanxyz/crx-chrome-sina#readme |
Understøttede Sprog | 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" ] } |