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”。
擴展截圖
下載YouTube QR Generator擴展crx文件
下載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).
擴展基本資訊
名稱 | |
ID | olpcofjioofgillhhdhlihancebapncl |
官方網址 | 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" } |