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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube QR Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } |