QrURL
create a qrcode from an url
QrURLคืออะไร?
QrURL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qrurl.it และคุณลักษณะหลักของมันคือ "create a qrcode from an url"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QrURL
ดาวน์โหลดไฟล์ส่วนขยาย QrURL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ckcagfpjgmmncmkgdilpjbkleijonafi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi |
| คำอธิบาย | create a qrcode from an url |
| ขนาดไฟล์ | 14.45 KB |
| จำนวนการติดตั้ง | 115 |
| เวอร์ชันปัจจุบัน | 0.4.3 |
| อัปเดตครั้งล่าสุด | 2017-09-28 |
| วันที่เผยแพร่ | 2017-09-28 |
| ผู้พัฒนา | https://qrurl.it |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://qrurl.it |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QrURL",
"version": "0.4.3",
"description": "create a qrcode from an url",
"background_page": "background.html",
"browser_action": {
"default_icon": "icon-128.png",
"popup": "popup.html"
},
"homepage_url": "http:\/\/qrurl.it",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |