QRtag.net - The QR Code Generator
Generates an QR Code of the current page.
QRtag.net - The QR Code Generatorคืออะไร?
QRtag.net - The QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.qrtag.net และคุณลักษณะหลักของมันคือ "Generates an QR Code of the current page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QRtag.net - The QR Code Generator
ดาวน์โหลดไฟล์ส่วนขยาย QRtag.net - The QR Code Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | QRtag.net - The QR Code Generator |
ID | pokbnfbfgmoimplmmbgdaldkbfdnllpc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc |
คำอธิบาย | Generates an QR Code of the current page. |
ขนาดไฟล์ | 31.27 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2020-07-17 |
วันที่เผยแพร่ | 2019-11-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.qrtag.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.qrtag.net/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRtag.net - The QR Code Generator", "short_name": "QRtag.net", "description": "Generates an QR Code of the current page.", "version": "1.0.5", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png", "256": "icon_256.png", "512": "icon_512.png" }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |