Stacker
Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.
什麼是Stacker?
Stacker是由http://getstacker.com開發的Chrome擴展程式,該擴展的主要功能是“Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.”。
擴展截圖
下載Stacker擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | bgckommphflbikdkkpheadpnjbmmkceb |
官方網址 | 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": [ " |