Stacker
Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.
Hvad er Stacker?
Stacker er en Chrome-udvidelse udviklet af http://getstacker.com, og dens hovedfunktion er "Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin.".
Udvidelsesskærmbilleder
Download Stacker-udvidelses-CRX-fil
Download Stacker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bgckommphflbikdkkpheadpnjbmmkceb |
Officiel URL | https://chrome.google.com/webstore/detail/stacker/bgckommphflbikdkkpheadpnjbmmkceb |
Beskrivelse | Share links, videos, photos and content from anywhere on the web with the Stacker Browser Plugin. |
Filstørrelse | 141 KB |
Antal Installationer | 275 |
Nuværende Version | 1.29 |
Senest Opdateret | 2016-02-09 |
Udgivelsesdato | 2016-02-09 |
Bedømmelse | 4.33/5 Samlet 9 Bedømmelser |
Udvikler | http://getstacker.com |
Betalingsmetode | free |
Udvidelseswebsted | https://www.getstacker.com |
Hjælpeside-URL | https://www.getstacker.com/help |
Understøttede Sprog | 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": [ " |