Stacker

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

Qu'est-ce que Stacker ?

Stacker est une extension Chrome développée par http://getstacker.com, et sa fonction principale est "Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Stacker

Téléchargez les fichiers d'extension Stacker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stacker Stacker
ID bgckommphflbikdkkpheadpnjbmmkceb
URL Officiel https://chrome.google.com/webstore/detail/stacker/bgckommphflbikdkkpheadpnjbmmkceb
Description Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.
Taille du Fichier 141 KB
Nombre d'Installations 275
Version Actuelle 1.29
Dernière Mise à Jour 2016-02-09
Date de Publication 2016-02-09
Évaluation 4.33/5 Total 9 Évaluations
Développeur http://getstacker.com
Type de Paiement free
Site Web de l'Extension https://www.getstacker.com
URL de la Page d'Aide https://www.getstacker.com/help
Langues Prises en Charge 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"
    ]
}