Stacker

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

Apa itu Stacker?

Stacker adalah ekstensi Chrome yang dikembangkan oleh http://getstacker.com, dan fitur utamanya adalah "Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Stacker

Unduh file ekstensi Stacker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Stacker Stacker
ID bgckommphflbikdkkpheadpnjbmmkceb
URL Resmi https://chrome.google.com/webstore/detail/stacker/bgckommphflbikdkkpheadpnjbmmkceb
Deskripsi Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.
Ukuran File 141 KB
Jumlah Instalasi 275
Versi Saat Ini 1.29
Terakhir Diperbarui 2016-02-09
Tanggal Publikasi 2016-02-09
Penilaian 4.33/5 Total 9 Penilaian
Pengembang http://getstacker.com
Tipe Pembayaran free
Situs Ekstensi https://www.getstacker.com
URL Halaman Bantuan https://www.getstacker.com/help
Bahasa yang Didukung 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"
    ]
}