Scan it - QRCode Maker
URL QRCode Maker. 生成当前网址的二维码,手机扫描即可访问,提升跨屏体验。
Cos'è Scan it - QRCode Maker?
Scan it - QRCode Maker è un'estensione di Chrome sviluppata da Wenry Xu, e la sua funzione principale è "URL QRCode Maker. 生成当前网址的二维码,手机扫描即可访问,提升跨屏体验。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scan it - QRCode Maker
Scarica i file di estensione Scan it - QRCode Maker 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
URL QRCode Maker. 生成当前网址的二维码,手机扫描即可访问,提升跨屏体验。
Informazioni di Base sull'Estensione
Nome | Scan it - QRCode Maker |
ID | dacniolddlepgdpejbnbfbkkcabhmnnc |
URL Ufficiale | https://chromewebstore.google.com/detail/scan-it-qrcode-maker/dacniolddlepgdpejbnbfbkkcabhmnnc |
Descrizione | URL QRCode Maker. 生成当前网址的二维码,手机扫描即可访问,提升跨屏体验。 |
Dimensione del File | 75.91 KB |
Conteggio Installazioni | 100 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2020-07-26 |
Data di Pubblicazione | 2015-03-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Wenry Xu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scan it - QRCode Maker", "version": "1.1.2", "manifest_version": 2, "description": "URL QRCode Maker. \u751f\u6210\u5f53\u524d\u7f51\u5740\u7684\u4e8c\u7ef4\u7801\uff0c\u624b\u673a\u626b\u63cf\u5373\u53ef\u8bbf\u95ee\uff0c\u63d0\u5347\u8de8\u5c4f\u4f53\u9a8c\u3002", "icons": { "128": "images\/icon-128.png", "64": "images\/icon-64.png", "32": "images\/icon-32.png" }, "default_locale": "zh_CN", "browser_action": { "default_icon": { "128": "images\/icon-128.png", "64": "images\/icon-64.png", "32": "images\/icon-32.png" }, "default_title": "Scan it - QRCode Maker", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |