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.
Was ist QR Code Maker and Decoder?
QR Code Maker and Decoder ist eine Chrome-Erweiterung, die von Smart Software entwickelt wurde, und ihr Hauptmerkmal ist "QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.".
Erweiterungsscreenshots
QR Code Maker and Decoder-Erweiterungs-CRX-Datei herunterladen
Laden Sie QR Code Maker and Decoder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | QR Code Maker and Decoder |
ID | ekkkpjnnhmokcnfdllcgldppopnneooi |
Offizielle URL | https://chromewebstore.google.com/detail/qr-code-maker-and-decoder/ekkkpjnnhmokcnfdllcgldppopnneooi |
Beschreibung | QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image. |
Dateigröße | 39.22 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 0.9.2.3 |
Letztes Update | 2023-12-12 |
Veröffentlichungsdatum | 2020-05-07 |
Bewertung | 3.22/5 Insgesamt 46 Bewertungen |
Entwickler | Smart Software |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://atomurl.net/qrcode/ |
Hilfeseite URL | https://atomurl.net/qrcode/ |
URL der Datenschutzrichtlinien-Seite | http://iblogbox.com/chrome/tos.php |
Unterstützte Sprachen | 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" } |