Stacker

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

O que é Stacker?

Stacker é uma extensão do Chrome desenvolvida por http://getstacker.com, e sua principal característica é "Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Stacker

Baixe arquivos de extensão Stacker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Stacker Stacker
ID bgckommphflbikdkkpheadpnjbmmkceb
URL Oficial https://chrome.google.com/webstore/detail/stacker/bgckommphflbikdkkpheadpnjbmmkceb
Descrição Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.
Tamanho do Arquivo 141 KB
Contagem de Instalações 275
Versão Atual 1.29
Última Atualização 2016-02-09
Data de Publicação 2016-02-09
Classificação 4.33/5 Total de 9 Avaliações
Desenvolvedor http://getstacker.com
Tipo de Pagamento free
Site da Extensão https://www.getstacker.com
URL da Página de Ajuda https://www.getstacker.com/help
Idiomas Suportados 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"
    ]
}