Chrome Sina

Check Chrome updates from Sina downloads site.

Chrome Sina란 무엇입니까?

Chrome Sina은(는) Ivan Yan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check Chrome updates from Sina downloads site."입니다.

확장 프로그램 스크린샷

screenshot

Chrome Sina 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}