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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oguzhankatli และคุณลักษณะหลักของมันคือ "Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube QR Generator

ดาวน์โหลดไฟล์ส่วนขยาย YouTube QR Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}