YouTube QR Generator
Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier
Co to jest YouTube QR Generator?
YouTube QR Generator to rozszerzenie Chrome opracowane przez oguzhankatli, a jego główną funkcją jest „Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube QR Generator
Pobierz pliki rozszerzeń YouTube QR Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | olpcofjioofgillhhdhlihancebapncl |
Oficjalny URL | https://chrome.google.com/webstore/detail/youtube-qr-generator/olpcofjioofgillhhdhlihancebapncl |
Opis | Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier |
Rozmiar pliku | 63.9 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2017-08-22 |
Data Publikacji | 2017-08-22 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | oguzhankatli |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |