Stacker

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

¿Qué es Stacker?

Stacker es una extensión de Chrome desarrollada por http://getstacker.com, y su función principal es "Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Stacker

Descarga archivos de extensión Stacker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Stacker Stacker
ID bgckommphflbikdkkpheadpnjbmmkceb
URL Oficial https://chrome.google.com/webstore/detail/stacker/bgckommphflbikdkkpheadpnjbmmkceb
Descripción Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.
Tamaño del Archivo 141 KB
Cantidad de Instalaciones 275
Versión Actual 1.29
Última Actualización 2016-02-09
Fecha de Publicación 2016-02-09
Calificación 4.33/5 Total de 9 Calificaciones
Desarrollador http://getstacker.com
Tipo de Pago free
Sitio Web de la Extensión https://www.getstacker.com
URL de la Página de Ayuda https://www.getstacker.com/help
Idiomas Soportados 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"
    ]
}