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