QR Code for URL
This extension shows QR code for the current URL
QR Code for URLคืออะไร?
QR Code for URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย khandaa และคุณลักษณะหลักของมันคือ "This extension shows QR code for the current URL"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code for URL
ดาวน์โหลดไฟล์ส่วนขยาย QR Code for URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc). Anyone who wants to share links through the mobile, this will be an easy way to share the URL.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | occafnjlngbhpeecondimabioglncpbd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd |
คำอธิบาย | This extension shows QR code for the current URL |
ขนาดไฟล์ | 5.48 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-06-16 |
วันที่เผยแพร่ | 2017-06-16 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | khandaa |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code for URL", "description": "This extension shows QR code for the current URL", "version": "1.0", "browser_action": { "default_icon": "qr_copyurl.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/chart.googleapis.com\/chart" ] } |