QR Code Maker
This Extension allow the user to quickly create QR Codes with the current url
Co je QR Code Maker?
QR Code Maker je rozšíření Chrome vyvinuté Nick Remijn, a jeho hlavní funkcí je „This Extension allow the user to quickly create QR Codes with the current url“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření QR Code Maker
Stáhněte si soubory rozšíření QR Code Maker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | QR Code Maker |
ID | oihjnlgmlpagpafdmegndjahnbkhcfge |
Oficiální URL | https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge |
Popis | This Extension allow the user to quickly create QR Codes with the current url |
Velikost souboru | 7.57 KB |
Počet instalací | 629 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2014-02-16 |
Datum Vydání | 2014-02-16 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Nick Remijn |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |