QR Code Generator

This extension quickly generates a QR Code for url of the current tab.

Vad är QR Code Generator?

QR Code Generator är en Chrome-tillägg utvecklad av https://webplusdevelopers.com, och dess huvudfunktion är "This extension quickly generates a QR Code for url of the current tab.".

Tilläggsskärmbilder

screenshot

Ladda ner QR Code Generator-förlängningens CRX-fil

Ladda ner QR Code Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Quickly generate a QR Code for the URL of the current tab.

To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.                    

Grundläggande Information om Tillägg

Namn QR Code Generator QR Code Generator
ID kndijjedkgagpeefiinpggmfedeigedm
Officiell webbadress https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm
Beskrivning This extension quickly generates a QR Code for url of the current tab.
Filstorlek 53.81 KB
Antal Installationer 223
Aktuell Version 1.0
Senast Uppdaterad 2014-08-15
Publiceringsdatum 2014-08-15
Utvecklare https://webplusdevelopers.com
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "author": "Josephus Paye II",
    "description": "This extension quickly generates a QR Code for url of the current tab.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate QR Code"
    }
}