QR it!
This extension shows the QR code of the current URL address.
QR it!คืออะไร?
QR it! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://malva.altervista.org และคุณลักษณะหลักของมันคือ "This extension shows the QR code of the current URL address."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR it!
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } ] } |