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.
Vad är QR Code Maker and Decoder?
QR Code Maker and Decoder är en Chrome-tillägg utvecklad av Smart Software, och dess huvudfunktion är "QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.".
Tilläggsskärmbilder
Ladda ner QR Code Maker and Decoder-förlängningens CRX-fil
Ladda ner QR Code Maker and Decoder-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
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
Grundläggande Information om Tillägg
Namn | QR Code Maker and Decoder |
ID | ekkkpjnnhmokcnfdllcgldppopnneooi |
Officiell webbadress | https://chromewebstore.google.com/detail/qr-code-maker-and-decoder/ekkkpjnnhmokcnfdllcgldppopnneooi |
Beskrivning | QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image. |
Filstorlek | 39.22 KB |
Antal Installationer | 10,000 |
Aktuell Version | 0.9.2.3 |
Senast Uppdaterad | 2023-12-12 |
Publiceringsdatum | 2020-05-07 |
Betyg | 3.22/5 Totalt 46 Betyg |
Utvecklare | Smart Software |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://atomurl.net/qrcode/ |
Hjälpsida URL | https://atomurl.net/qrcode/ |
URL till Sekretesspolicy Sidan | http://iblogbox.com/chrome/tos.php |
Stödda Språk | 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" } |