Page to QR Code

Get a QR code of current page with just one click.

Vad är Page to QR Code?

Page to QR Code är en Chrome-tillägg utvecklad av Jan Rychtář, och dess huvudfunktion är "Get a QR code of current page with just one click.".

Tilläggsskärmbilder

screenshot

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

Ladda ner Page to QR Code-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

                        Get a QR code of the current page with just one click.                    

Grundläggande Information om Tillägg

Namn Page to QR Code Page to QR Code
ID aiilaldmobjhjhlgmpjdchhmbbklphga
Officiell webbadress https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga
Beskrivning Get a QR code of current page with just one click.
Filstorlek 7.89 KB
Antal Installationer 43
Aktuell Version 1.0.4
Senast Uppdaterad 2013-02-27
Publiceringsdatum 2013-02-27
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare Jan Rychtář
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page to QR Code",
    "version": "1.0.4",
    "description": "Get a QR code of current page with just one click.",
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Page to QR"
    },
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; script-src 'self'"
}