Quick Share Button
Share websites in 1-click and make YouTube videos start and stop at any second.
什麼是Quick Share Button?
Quick Share Button是由https://quicksharebutton.com開發的Chrome擴展程式,該擴展的主要功能是“Share websites in 1-click and make YouTube videos start and stop at any second.”。
擴展截圖
下載Quick Share Button擴展crx文件
下載Quick Share Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!!
擴展基本資訊
名稱 | Quick Share Button |
ID | nfefnfhlmckdnhaiipelkkdlmiifpokg |
官方網址 | https://chromewebstore.google.com/detail/quick-share-button/nfefnfhlmckdnhaiipelkkdlmiifpokg |
簡介 | Share websites in 1-click and make YouTube videos start and stop at any second. |
檔案大小 | 58.49 KB |
安裝次數 | 120 |
目前版本 | 1.0 |
更新時間 | 2012-09-27 |
上架時間 | 2012-09-26 |
開發者 | https://quicksharebutton.com |
付費類型 | free |
擴展官網 | http://www.quicksharebutton.com/download |
說明頁面URL | http://www.quicksharebutton.com/contact |
支援的語言 | 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:\/\/*\/*" ] } ] } |