QR Code Maker and Decoder
QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.
Co to jest QR Code Maker and Decoder?
QR Code Maker and Decoder to rozszerzenie Chrome opracowane przez Smart Software, a jego główną funkcją jest „QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QR Code Maker and Decoder
Pobierz pliki rozszerzeń QR Code Maker and Decoder 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
Creates a right-click context menu for making a QR Code from the current page, link or selected text. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image. Published the extension since 2011 Updated to the manifest v3 in December 2023
Podstawowe informacje o rozszerzeniu
Nazwa | QR Code Maker and Decoder |
ID | ekkkpjnnhmokcnfdllcgldppopnneooi |
Oficjalny URL | https://chromewebstore.google.com/detail/qr-code-maker-and-decoder/ekkkpjnnhmokcnfdllcgldppopnneooi |
Opis | QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image. |
Rozmiar pliku | 39.22 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 0.9.2.3 |
Ostatnia Aktualizacja | 2023-12-12 |
Data Publikacji | 2020-05-07 |
Ocena | 3.22/5 Łącznie 46 Oceny |
Deweloper | Smart Software |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://atomurl.net/qrcode/ |
Adres URL Strony Pomocy | https://atomurl.net/qrcode/ |
Adres URL Strony Polityki Prywatności | http://iblogbox.com/chrome/tos.php |
Obsługiwane Języki | de,en,fr,nl,no,da,es,it,hu,pl,sk,fi,sv,cs,el,ru,uk,iw,ar,ja,ko |
manifest.json | |
{ "background": { "service_worker": "js\/bg.js" }, "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "action": { "default_icon": "images\/icon19.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [ "storage", "activeTab", "contextMenus" ], "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "0.9.2.3" } |