QR Code Maker
This Extension allow the user to quickly create QR Codes with the current url
Co to jest QR Code Maker?
QR Code Maker to rozszerzenie Chrome opracowane przez Nick Remijn, a jego główną funkcją jest „This Extension allow the user to quickly create QR Codes with the current url”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QR Code Maker
Pobierz pliki rozszerzeń QR Code Maker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | QR Code Maker |
ID | oihjnlgmlpagpafdmegndjahnbkhcfge |
Oficjalny URL | https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge |
Opis | This Extension allow the user to quickly create QR Codes with the current url |
Rozmiar pliku | 7.57 KB |
Liczba instalacji | 629 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2014-02-16 |
Data Publikacji | 2014-02-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Nick Remijn |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |