Stacker

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

Stacker là gì?

Stacker là một tiện ích mở rộng Chrome được phát triển bởi http://getstacker.com, và tính năng chính của nó là "Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stacker

Tải xuống các tệp mở rộng Stacker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stacker Stacker
ID bgckommphflbikdkkpheadpnjbmmkceb
URL Chính Thức https://chrome.google.com/webstore/detail/stacker/bgckommphflbikdkkpheadpnjbmmkceb
Mô tả Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.
Kích Thước Tệp 141 KB
Số Lần Cài Đặt 275
Phiên Bản Hiện Tại 1.29
Cập Nhật Lần Cuối 2016-02-09
Ngày Phát Hành 2016-02-09
Đánh Giá 4.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://getstacker.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getstacker.com
URL Trang Trợ Giúp https://www.getstacker.com/help
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}