Page to QR Code
Get a QR code of current page with just one click.
Page to QR Codeคืออะไร?
Page to QR Code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jan Rychtář และคุณลักษณะหลักของมันคือ "Get a QR code of current page with just one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page to QR Code
ดาวน์โหลดไฟล์ส่วนขยาย Page to QR Code ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get a QR code of the current page with just one click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Page to QR Code |
ID | aiilaldmobjhjhlgmpjdchhmbbklphga |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga |
คำอธิบาย | Get a QR code of current page with just one click. |
ขนาดไฟล์ | 7.89 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2013-02-27 |
วันที่เผยแพร่ | 2013-02-27 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Jan Rychtář |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page to QR Code", "version": "1.0.4", "description": "Get a QR code of current page with just one click.", "browser_action": { "default_icon": "icon-19.png", "default_title": "Page to QR" }, "icons": { "16": "icon-16.png", "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; script-src 'self'" } |