Stacker

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

Cos'è Stacker?

Stacker è un'estensione di Chrome sviluppata da http://getstacker.com, e la sua funzione principale è "Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Stacker

Scarica i file di estensione Stacker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Stacker Stacker
ID bgckommphflbikdkkpheadpnjbmmkceb
URL Ufficiale https://chrome.google.com/webstore/detail/stacker/bgckommphflbikdkkpheadpnjbmmkceb
Descrizione Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.
Dimensione del File 141 KB
Conteggio Installazioni 275
Versione Corrente 1.29
Ultimo Aggiornamento 2016-02-09
Data di Pubblicazione 2016-02-09
Valutazione 4.33/5 Totale 9 Valutazioni
Sviluppatore http://getstacker.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.getstacker.com
URL della Pagina di Aiuto https://www.getstacker.com/help
Lingue Supportate 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"
    ]
}