QR Code Maker

This Extension allow the user to quickly create QR Codes with the current url

Vad är QR Code Maker?

QR Code Maker är en Chrome-tillägg utvecklad av Nick Remijn, och dess huvudfunktion är "This Extension allow the user to quickly create QR Codes with the current url".

Tilläggsskärmbilder

screenshot
screenshot

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

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

                        This Extension makes it easier to share links between devices by making a QR Code out of them.

Features: 
- Quickly create a QR Code out of the current page URL
- Right click a link to display it as a QR Code

Changelog:

- 1.0.0
 - initial Version                    

Grundläggande Information om Tillägg

Namn QR Code Maker QR Code Maker
ID oihjnlgmlpagpafdmegndjahnbkhcfge
Officiell webbadress https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge
Beskrivning This Extension allow the user to quickly create QR Codes with the current url
Filstorlek 7.57 KB
Antal Installationer 629
Aktuell Version 1.0.0
Senast Uppdaterad 2014-02-16
Publiceringsdatum 2014-02-16
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Nick Remijn
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 Maker",
    "description": "This Extension allow the user to quickly create QR Codes with the current url",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Create QR Code",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}