X QRCode
A powerfull chrome extension for qrcode encoding and decoding.
Was ist X QRCode?
X QRCode ist eine Chrome-Erweiterung, die von nuintun entwickelt wurde, und ihr Hauptmerkmal ist "A powerfull chrome extension for qrcode encoding and decoding.".
Erweiterungsscreenshots
X QRCode-Erweiterungs-CRX-Datei herunterladen
Laden Sie X 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 extension can quickly convert the tab address to a QRCode and support converting the link and selected text in the page to a QRCode and parsing the QRCode image in the page.
Grundlegende Informationen zur Erweiterung
Name | X QRCode |
ID | afjgnjcplfimlceahcgancmlnmbkgmhf |
Offizielle URL | https://chromewebstore.google.com/detail/x-qrcode/afjgnjcplfimlceahcgancmlnmbkgmhf |
Beschreibung | A powerfull chrome extension for qrcode encoding and decoding. |
Dateigröße | 46.77 KB |
Installationsanzahl | 221 |
Aktuelle Version | 0.3.3 |
Letztes Update | 2022-01-21 |
Veröffentlichungsdatum | 2019-05-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | nuintun |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/nuintun/x-qrcode |
Hilfeseite URL | https://github.com/nuintun/x-qrcode |
Unterstützte Sprachen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.3.3", "manifest_version": 2, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/qrcode-16.png", "32": "images\/qrcode-32.png", "48": "images\/qrcode-48.png", "128": "images\/qrcode-128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "images\/qrcode-16.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "homepage_url": "https:\/\/github.com\/nuintun\/x-qrcode", "permissions": [ "activeTab", "contextMenus", " |