settrade.com button

Open your favourite webboard settrade.com in one click!

settrade.com button란 무엇입니까?

settrade.com button은(는) Peter Anderson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open your favourite webboard settrade.com in one click!"입니다.

확장 프로그램 스크린샷

screenshot

settrade.com button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 settrade.com button settrade.com button
ID dolofgcmocimimodojlhpjepeoiaonnf
공식 URL https://chromewebstore.google.com/detail/settradecom-button/dolofgcmocimimodojlhpjepeoiaonnf
설명 Open your favourite webboard settrade.com in one click!
파일 크기 24.77 KB
설치 횟수 221
현재 버전 2
최근 업데이트 2014-06-20
출시 날짜 2014-06-20
평점 3.83/5 총 6 개의 평점
개발자 Peter Anderson
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "name": "settrade.com button",
    "description": "Open your favourite webboard settrade.com in one click!",
    "browser_action": {
        "default_title": "Open settrade.com in one click!",
        "default_icon": "img\/48.png"
    },
    "homepage_url": "http:\/\/settrade.com",
    "short_name": "settrade.com",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "chrome\/config.js",
            "js\/app.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "clipboardWrite",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "js\/document\/all.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/document\/bitofcode.js"
            ],
            "matches": [
                "*:\/\/*.bitofcode.net\/*"
            ]
        }
    ],
    "version": "2",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}