X QRCode
A powerfull chrome extension for qrcode encoding and decoding.
Cos'è X QRCode?
X QRCode è un'estensione di Chrome sviluppata da nuintun, e la sua funzione principale è "A powerfull chrome extension for qrcode encoding and decoding.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione X QRCode
Scarica i file di estensione X QRCode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | afjgnjcplfimlceahcgancmlnmbkgmhf |
| URL Ufficiale | https://chromewebstore.google.com/detail/x-qrcode/afjgnjcplfimlceahcgancmlnmbkgmhf |
| Descrizione | A powerfull chrome extension for qrcode encoding and decoding. |
| Dimensione del File | 46.77 KB |
| Conteggio Installazioni | 221 |
| Versione Corrente | 0.3.3 |
| Ultimo Aggiornamento | 2022-01-21 |
| Data di Pubblicazione | 2019-05-28 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | nuintun |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/nuintun/x-qrcode |
| URL della Pagina di Aiuto | https://github.com/nuintun/x-qrcode |
| Lingue Supportate | 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",
" | |