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.”。

扩展截图

screenshot

下载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 Quick Share Button
ID nfefnfhlmckdnhaiipelkkdlmiifpokg
官方URL 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:\/\/*\/*"
            ]
        }
    ]
}