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