QR Code Maker
This Extension allow the user to quickly create QR Codes with the current url
QR Code Makerคืออะไร?
QR Code Maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Remijn และคุณลักษณะหลักของมันคือ "This Extension allow the user to quickly create QR Codes with the current url"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code Maker
ดาวน์โหลดไฟล์ส่วนขยาย QR Code Maker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Extension makes it easier to share links between devices by making a QR Code out of them. Features: - Quickly create a QR Code out of the current page URL - Right click a link to display it as a QR Code Changelog: - 1.0.0 - initial Version
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | QR Code Maker |
ID | oihjnlgmlpagpafdmegndjahnbkhcfge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge |
คำอธิบาย | This Extension allow the user to quickly create QR Codes with the current url |
ขนาดไฟล์ | 7.57 KB |
จำนวนการติดตั้ง | 629 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2014-02-16 |
วันที่เผยแพร่ | 2014-02-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Nick Remijn |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Maker", "description": "This Extension allow the user to quickly create QR Codes with the current url", "version": "1.0.0", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Create QR Code", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |