QR it!
This extension shows the QR code of the current URL address.
什麼是QR it!?
QR it!是由https://malva.altervista.org開發的Chrome擴展程式,該擴展的主要功能是“This extension shows the QR code of the current URL address.”。
擴展截圖
下載QR it!擴展crx文件
下載QR it!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code. Tired of typing long adresses on that tiny phone keyboard of yours? Of emailing yourself links? QR it! is for you.
擴展基本資訊
名稱 | QR it! |
ID | cbbanapabopdclniplcfanpepneilmfj |
官方網址 | https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj |
簡介 | This extension shows the QR code of the current URL address. |
檔案大小 | 57.31 KB |
安裝次數 | 29 |
目前版本 | 1.1 |
更新時間 | 2019-04-13 |
上架時間 | 2019-04-13 |
開發者 | https://malva.altervista.org |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR it!", "description": "This extension shows the QR code of the current URL address.", "version": "1.1", "options_page": "options\/options.html", "icons": { "19": "images\/qrcode19.png", "38": "images\/qrcode38.png", "48": "images\/qrcode48.png", "128": "images\/qrcode128.png" }, "browser_action": { "default_icon": "images\/qrcode.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/" ], "js": [ "js\/jquery.min.js", "js\/jquery.qrcode.min.js", "popup.js", "options\/options.js" ] } ] } |