YouTube QR Generator
Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier
YouTube QR Generator là gì?
YouTube QR Generator là một tiện ích mở rộng Chrome được phát triển bởi oguzhankatli, và tính năng chính của nó là "Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube QR Generator
Tải xuống các tệp mở rộng YouTube QR Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | olpcofjioofgillhhdhlihancebapncl |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-qr-generator/olpcofjioofgillhhdhlihancebapncl |
Mô tả | Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier |
Kích Thước Tệp | 63.9 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2017-08-22 |
Ngày Phát Hành | 2017-08-22 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | oguzhankatli |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |