URL to QRCode
get the qrcode of current url
Was ist URL to QRCode?
URL to QRCode ist eine Chrome-Erweiterung, die von zhihuzeye entwickelt wurde, und ihr Hauptmerkmal ist "get the qrcode of current url".
Erweiterungsscreenshots
URL to QRCode-Erweiterungs-CRX-Datei herunterladen
Laden Sie URL to QRCode-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
The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply. 最快的二维码生成器; 快速获取当前页面地址的二维码。
Grundlegende Informationen zur Erweiterung
Name | URL to QRCode |
ID | hbgipmdmmhiicemlmjglcepdpkodgcpe |
Offizielle URL | https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe |
Beschreibung | get the qrcode of current url |
Dateigröße | 32.12 KB |
Installationsanzahl | 158 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-08-15 |
Veröffentlichungsdatum | 2014-08-14 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | zhihuzeye |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/imyelo/chrome-url-to-qrcode |
Hilfeseite URL | https://github.com/imyelo/chrome-url-to-qrcode/issues |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRCode", "version": "1.1", "description": "get the qrcode of current url", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "URL to QRCode", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |