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:\/\/*\/*"
            ]
        }
    ]
}