YouTube QR Generator

Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier

YouTube QR Generator란 무엇입니까?

YouTube QR Generator은(는) oguzhankatli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

YouTube QR Generator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It has never been easier to share YouTube videos to your mobile device. With the QR code, you can directly share YouTube links to your mobile device from your computer. 
When QR code appears, just read it from your mobile device (it can be read by any qr code reader application).                    

확장 프로그램 기본 정보

이름 YouTube QR Generator YouTube QR Generator
ID olpcofjioofgillhhdhlihancebapncl
공식 URL https://chrome.google.com/webstore/detail/youtube-qr-generator/olpcofjioofgillhhdhlihancebapncl
설명 Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier
파일 크기 63.9 KB
설치 횟수 10
현재 버전 0.0.2
최근 업데이트 2017-08-22
출시 날짜 2017-08-22
평점 1.00/5 총 1 개의 평점
개발자 oguzhankatli
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "js\/qrcode\/jquery.min.js",
                "js\/qrcode\/qrcode.min.js",
                "src\/qrgen.min.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "homepage_url": "https:\/\/www.linkedin.com\/in\/ogzhnktl\/",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}