QRL
Convert your URL or any other text into a QR Code to open in your Mobile Device.
QRLคืออะไร?
QRL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abhijith Nandagopal และคุณลักษณะหลักของมันคือ "Convert your URL or any other text into a QR Code to open in your Mobile Device."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QRL
ดาวน์โหลดไฟล์ส่วนขยาย QRL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Prevents you from either typing everything into your mobile device or sending it via Gmail or other tedious methods. Just click the extension to generate a QR Code, scan it and Voila! It uses only the 'tabs' permission to get the current active tab. Codes, Paragraphs, Lyrics, Messages and more can be converted into a QR Code. Works completely offline. Supported by all mainstream QR Code readers. P.S. The 'Reads your browsing history' permission is actually the tabs permission. No data is being stored or misused. Your privacy is of utmost value.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | QRL |
ID | pbceohndbholgidpofipojlpfdcimlgf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qrl/pbceohndbholgidpofipojlpfdcimlgf |
คำอธิบาย | Convert your URL or any other text into a QR Code to open in your Mobile Device. |
ขนาดไฟล์ | 48.59 KB |
จำนวนการติดตั้ง | 179 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-10-03 |
วันที่เผยแพร่ | 2018-10-02 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Abhijith Nandagopal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRL", "version": "1.0", "description": "Convert your URL or any other text into a QR Code to open in your Mobile Device.", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Abhijith Nandagopal", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |