URL to QRCode
get the qrcode of current url
URL to QRCodeคืออะไร?
URL to QRCode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zhihuzeye และคุณลักษณะหลักของมันคือ "get the qrcode of current url"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL to QRCode
ดาวน์โหลดไฟล์ส่วนขยาย URL to QRCode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply. 最快的二维码生成器; 快速获取当前页面地址的二维码。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL to QRCode |
ID | hbgipmdmmhiicemlmjglcepdpkodgcpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe |
คำอธิบาย | get the qrcode of current url |
ขนาดไฟล์ | 32.12 KB |
จำนวนการติดตั้ง | 158 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-08-15 |
วันที่เผยแพร่ | 2014-08-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | zhihuzeye |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/imyelo/chrome-url-to-qrcode |
URL หน้าช่วยเหลือ | https://github.com/imyelo/chrome-url-to-qrcode/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRCode", "version": "1.1", "description": "get the qrcode of current url", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "URL to QRCode", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |