YouTube QR Generator
Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier
Hvad er YouTube QR Generator?
YouTube QR Generator er en Chrome-udvidelse udviklet af oguzhankatli, og dens hovedfunktion er "Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier".
Udvidelsesskærmbilleder
Download YouTube QR Generator-udvidelses-CRX-fil
Download YouTube QR Generator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | olpcofjioofgillhhdhlihancebapncl |
Officiel URL | https://chrome.google.com/webstore/detail/youtube-qr-generator/olpcofjioofgillhhdhlihancebapncl |
Beskrivelse | Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier |
Filstørrelse | 63.9 KB |
Antal Installationer | 10 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2017-08-22 |
Udgivelsesdato | 2017-08-22 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | oguzhankatli |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |