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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}