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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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