QR URL
Show current web URL as a QRCode so you may scan with your mobile device.
QR URLคืออะไร?
QR URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://soynerdito.blogspot.com และคุณลักษณะหลักของมันคือ "Show current web URL as a QRCode so you may scan with your mobile device."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR URL
ดาวน์โหลดไฟล์ส่วนขยาย QR URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show a QR Code for the current URL on the active tab of the browser. Intended so you can scan the barcode with your mobile device and navigate to page without the need of chrome to phone or if you have a non chrome 2 phone compatible device. Added Context Menu to create QRCode from free text selected from any web page Added Context Menu to create EAN8 Barcode from free text selected from any web page. EAN8 Barcode is only numeric an accepts up to 8 characters if checksum digit is included. If selection is of 7 characters then checksum is calculated.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | QR URL |
ID | nppbdeifhmhjlahlcplebmeklianffba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qr-url/nppbdeifhmhjlahlcplebmeklianffba |
คำอธิบาย | Show current web URL as a QRCode so you may scan with your mobile device. |
ขนาดไฟล์ | 5.38 KB |
จำนวนการติดตั้ง | 1,517 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2014-04-01 |
วันที่เผยแพร่ | 2014-03-31 |
คะแนน | 4.29/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | https://soynerdito.blogspot.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL", "version": "3.0", "description": "Show current web URL as a QRCode so you may scan with your mobile device.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/chart.apis.google.com\/", "tabs", "contextMenus" ], "background": { "default_icon": "icon.png", "persistent": false, "scripts": [ "main.js" ] }, "icons": { "16": "icon.png" }, "manifest_version": 2 } |