URL2QR

This extension generates a QR code for the current tab's URL.

Τι είναι το URL2QR;

Το URL2QR είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nikola Ananiev and Vladimir Stefanov, και η κύρια λειτουργία του είναι "This extension generates a QR code for the current tab's URL.".

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

screenshot
screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης URL2QR σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Instantly generate and share a QR Code for your current URL.

QR (Quick Response) is a two-dimensional barcode used to store information in a visual pattern. It is invented by the Denso subsidiary of Toyota in 1994. QR codes are now widely used in advertising and entertainment. Our extension let's you generate a QR code for the currently viewed tab in Chrome Browser. It is visualized via a canvas drawn by the extension. It let's you take your reading onto another device (e.g. your mobile phone or tablet) or share the current URL with your friends.
This way you can continue reading and browsing from your computer onto your mobile device without having to memorize and type the URL. Most mobile operating systems support QR codes and have designated software for using them.
Android has the free and open-source "Bar Code Scanner" in the Google Play Store, while iPhone users might try the "i-nigma QR Code, Data Matrix and 1D barcode reader" or "Scan - QR Code and Barcode Reader" - both available at iTunes.

Note that this Chrome App also allows to use the App offline and does not require any special permissions. After opening it the first time with active internet connection it is made available for offline use.

If you would like to see new features and/or report bugs and feedback, please feel free to do so by contacting us via e-mail.                    

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

Όνομα URL2QR URL2QR
ID nkiecajlaphenndjpfjoeldeljkgpjec
Επίσημο URL https://chromewebstore.google.com/detail/url2qr/nkiecajlaphenndjpfjoeldeljkgpjec
Περιγραφή This extension generates a QR code for the current tab's URL.
Μέγεθος Αρχείου 45.74 KB
Αριθμός Εγκαταστάσεων 646
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-11-10
Ημερομηνία Δημοσίευσης 2015-11-10
Αξιολόγηση 3.73/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Nikola Ananiev and Vladimir Stefanov
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL2QR",
    "description": "This extension generates a QR code for the current tab's URL.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "basic.html"
    },
    "permissions": [
        "tabs"
    ]
}