YouTube QR Generator
Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier
Cos'è YouTube QR Generator?
YouTube QR Generator è un'estensione di Chrome sviluppata da oguzhankatli, e la sua funzione principale è "Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube QR Generator
Scarica i file di estensione YouTube QR Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | |
ID | olpcofjioofgillhhdhlihancebapncl |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-qr-generator/olpcofjioofgillhhdhlihancebapncl |
Descrizione | Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier |
Dimensione del File | 63.9 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-08-22 |
Data di Pubblicazione | 2017-08-22 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | oguzhankatli |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |