QwipIn - Say It With Video!

Qwip your favorite moment of any video

QwipIn - Say It With Video!란 무엇입니까?

QwipIn - Say It With Video!은(는) https://qwip.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Qwip your favorite moment of any video"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

QwipIn - Say It With Video! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Create and share viral clips from any video on the web. 

The QwipIn Extension places a QwipIn button on qwippable videos it finds while you're browsing the web. Find a moment in a video you love and want to share? Click the QwipIn icon on the video or the extension in your chrome menu. A new tab will open with the QwipIn creation window launched and ready to go.

Where can I create qwips from?
* Youtube (and any site with embeded youtube videos)
* Vimeo
* FunnyorDie
* ESPN
* TED
* CollegeHumor
* Vidme
* Vine
* Instagram
* Twitch.tv

What are Qwips?
* Short looping videos that are up to 11 seconds in length
* Like a Vine but you create it from existing video
* Like a gif but with sound
* Super fun to create and share

Where should Qwips be shared?
* ANYWHERE
* Reddit
* Facebook
* Twitter
* Slack
* Medium
* WordPress
* SMS
* WhatsApp
* FB Messenger                    

확장 프로그램 기본 정보

이름 QwipIn - Say It With Video! QwipIn - Say It With Video!
ID camcdldcjjkflbdejchbendhfmchojle
공식 URL https://chromewebstore.google.com/detail/qwipin-say-it-with-video/camcdldcjjkflbdejchbendhfmchojle
설명 Qwip your favorite moment of any video
파일 크기 168 KB
설치 횟수 75
현재 버전 1.2
최근 업데이트 2016-08-02
출시 날짜 2016-08-01
평점 4.33/5 총 3 개의 평점
개발자 https://qwip.in
결제 유형 free
확장 프로그램 웹 사이트 https://qwip.in/extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QwipIn - Say It With Video!",
    "short_name": "Create and share viral clips from any video on the web",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Lets Qwip this video!",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/qwip.in\/",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "webNavigation",
        "activeTab",
        "contextMenus",
        "tabs",
        "storage",
        "https:\/\/qwip.in\/*",
        "https:\/\/*.qwip.in\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/qwip.in\/?qwip-url=*",
                "https:\/\/*.qwip.in\/?qwip-url=*"
            ],
            "js": [
                "jquery.js",
                "content-script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "scan-and-add-icon.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ],
    "description": "Qwip your favorite moment of any video",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}