QRtag.net - The QR Code Generator
Generates an QR Code of the current page.
Was ist QRtag.net - The QR Code Generator?
QRtag.net - The QR Code Generator ist eine Chrome-Erweiterung, die von https://www.qrtag.net entwickelt wurde, und ihr Hauptmerkmal ist "Generates an QR Code of the current page.".
Erweiterungsscreenshots
QRtag.net - The QR Code Generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie QRtag.net - The QR Code Generator-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
Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pokbnfbfgmoimplmmbgdaldkbfdnllpc |
| Offizielle URL | https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc |
| Beschreibung | Generates an QR Code of the current page. |
| Dateigröße | 31.27 KB |
| Installationsanzahl | 42 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2020-07-17 |
| Veröffentlichungsdatum | 2019-11-07 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.qrtag.net |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.qrtag.net/ |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QRtag.net - The QR Code Generator",
"short_name": "QRtag.net",
"description": "Generates an QR Code of the current page.",
"version": "1.0.5",
"manifest_version": 2,
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png",
"256": "icon_256.png",
"512": "icon_512.png"
},
"browser_action": {
"default_icon": "icon_128.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |