URL to QRC
This extension generates a QR Code based on the current url.
URL to QRCคืออะไร?
URL to QRC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bambitinc.com และคุณลักษณะหลักของมันคือ "This extension generates a QR Code based on the current url."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL to QRC
ดาวน์โหลดไฟล์ส่วนขยาย URL to QRC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly. This is an Open Source project. All the source code is hosted on GitHub at https://github.com/bambit/u2q
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
คำอธิบาย | This extension generates a QR Code based on the current url. |
ขนาดไฟล์ | 48.46 KB |
จำนวนการติดตั้ง | 95 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-03-28 |
วันที่เผยแพร่ | 2013-03-28 |
ผู้พัฒนา | https://bambitinc.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRC", "description": "This extension generates a QR Code based on the current url.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |