Quick Share Button
Share websites in 1-click and make YouTube videos start and stop at any second.
Vad är Quick Share Button?
Quick Share Button är en Chrome-tillägg utvecklad av https://quicksharebutton.com, och dess huvudfunktion är "Share websites in 1-click and make YouTube videos start and stop at any second.".
Tilläggsskärmbilder
Ladda ner Quick Share Button-förlängningens CRX-fil
Ladda ner Quick Share Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Quick Share Button allows you to share sites and videos in 1-click. No need to copy-paste urls. In addition, when you surf on YouTube, Quick Share Button allows you to choose the second the video starts and stops and share only the relevant content with your friends or colleagues!!
Grundläggande Information om Tillägg
Namn | Quick Share Button |
ID | nfefnfhlmckdnhaiipelkkdlmiifpokg |
Officiell webbadress | https://chromewebstore.google.com/detail/quick-share-button/nfefnfhlmckdnhaiipelkkdlmiifpokg |
Beskrivning | Share websites in 1-click and make YouTube videos start and stop at any second. |
Filstorlek | 58.49 KB |
Antal Installationer | 120 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2012-09-27 |
Publiceringsdatum | 2012-09-26 |
Utvecklare | https://quicksharebutton.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.quicksharebutton.com/download |
Hjälpsida URL | http://www.quicksharebutton.com/contact |
Stödda Språk | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Share Button", "version": "1.0", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Share websites in 1-click and make YouTube videos start and stop at any second.", "permissions": [ "tabs", "http:\/\/www.quicksharebutton.com\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |