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 |
Eメール | [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" } |