Stacker

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

ما هو Stacker؟

Stacker هو إضافة Chrome تم تطويرها بواسطة http://getstacker.com، والميزة الرئيسية لها هي "Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Stacker

قم بتنزيل ملفات الامتداد Stacker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Stacker Stacker
ID bgckommphflbikdkkpheadpnjbmmkceb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/stacker/bgckommphflbikdkkpheadpnjbmmkceb
الوصف Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.
حجم الملف 141 KB
عدد التثبيتات 275
النسخة الحالية 1.29
آخر تحديث 2016-02-09
تاريخ النشر 2016-02-09
تقييم 4.33/5 مجموع تقييمات 9
المطور http://getstacker.com
نوع الدفع free
موقع الإضافة https://www.getstacker.com
عنوان صفحة المساعدة https://www.getstacker.com/help
اللغات المدعومة 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"
    ]
}