Quick Share Button
Share websites in 1-click and make YouTube videos start and stop at any second.
Was ist Quick Share Button?
Quick Share Button ist eine Chrome-Erweiterung, die von https://quicksharebutton.com entwickelt wurde, und ihr Hauptmerkmal ist "Share websites in 1-click and make YouTube videos start and stop at any second.".
Erweiterungsscreenshots
Quick Share Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick Share Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!!
Grundlegende Informationen zur Erweiterung
Name | Quick Share Button |
ID | nfefnfhlmckdnhaiipelkkdlmiifpokg |
Offizielle URL | https://chromewebstore.google.com/detail/quick-share-button/nfefnfhlmckdnhaiipelkkdlmiifpokg |
Beschreibung | Share websites in 1-click and make YouTube videos start and stop at any second. |
Dateigröße | 58.49 KB |
Installationsanzahl | 120 |
Aktuelle Version | 1.0 |
Letztes Update | 2012-09-27 |
Veröffentlichungsdatum | 2012-09-26 |
Entwickler | https://quicksharebutton.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.quicksharebutton.com/download |
Hilfeseite URL | http://www.quicksharebutton.com/contact |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |