stock-helper

a Chrome Extension for stock

stock-helper란 무엇입니까?

stock-helper은(는) http://www.dddog.com.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a Chrome Extension for stock"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

stock-helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        a Chrome Extension for stock                    

확장 프로그램 기본 정보

이름 stock-helper stock-helper
ID akcminhddckjghbaolhcoccbjlmcnclo
공식 URL https://chrome.google.com/webstore/detail/stock-helper/akcminhddckjghbaolhcoccbjlmcnclo
설명 a Chrome Extension for stock
파일 크기 1.57 MB
설치 횟수 85
현재 버전 1.5.3
최근 업데이트 2018-05-23
출시 날짜 2018-05-23
평점 5.00/5 총 5 개의 평점
개발자 http://www.dddog.com.cn
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.5.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/Stock.png",
        "128": "images\/Stock.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "https:\/\/hq.sinajs.cn\/list=*",
        "http:\/\/suggest3.sinajs.cn\/suggest\/",
        "http:\/\/vip.stock.finance.sina.com.cn\/quotes_service\/view\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Stock.png",
            "38": "images\/Stock.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/stock_down.png",
        "images\/stock_up.png"
    ]
}