Stacker

Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.

Stacker란 무엇입니까?

Stacker은(는) http://getstacker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Stacker Chrome plugin makes it easy to share interesting Links,Videos & Photos you find on the web with your fans and followers across all your Social Media accounts.                    

확장 프로그램 기본 정보

이름 Stacker Stacker
ID bgckommphflbikdkkpheadpnjbmmkceb
공식 URL https://chrome.google.com/webstore/detail/stacker/bgckommphflbikdkkpheadpnjbmmkceb
설명 Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.
파일 크기 141 KB
설치 횟수 275
현재 버전 1.29
최근 업데이트 2016-02-09
출시 날짜 2016-02-09
평점 4.33/5 총 9 개의 평점
개발자 http://getstacker.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.getstacker.com
도움말 페이지 URL https://www.getstacker.com/help
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stacker",
    "version": "1.29",
    "manifest_version": 2,
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Toggle feature foo"
        }
    },
    "description": "Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.",
    "background": {
        "scripts": [
            "jquery.min.js",
            "checker.js",
            "background.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "apple-touch-icon.png",
        "default_title": "Stacker",
        "default_popup": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "background",
        "management"
    ],
    "icons": {
        "128": "apple-touch-icon.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/www.getstacker.com\/*",
            "*:\/\/www.strikebooks.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.min.js",
                "checker.js",
                "script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "st-button.png",
        "st-button_hover.png"
    ]
}