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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον oguzhankatli, και η κύρια λειτουργία του είναι "Share YouTube videos by using QR codes. Sharing video links to your mobile devices just got easier".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YouTube QR Generator

Λήψη αρχείων επέκτασης 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).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YouTube QR Generator YouTube QR Generator
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"
}