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ファイルをダウンロード

Stacker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}