Fingertip QR Link
Convert link or current address to QR Code for mobile
Fingertip QR Linkคืออะไร?
Fingertip QR Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shernshiou และคุณลักษณะหลักของมันคือ "Convert link or current address to QR Code for mobile"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fingertip QR Link
ดาวน์โหลดไฟล์ส่วนขยาย Fingertip QR Link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension get the current URL from the address bar and create another new tab with QR Code embedded at the center. It is the easiest way to transfer link into mobile phone with QR Code Reader. Github: https://github.com/shernshiou/Fingertip-QR-Link
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fingertip QR Link |
ID | kmljcpbojecfeljodfbecbkakhpdnomd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fingertip-qr-link/kmljcpbojecfeljodfbecbkakhpdnomd |
คำอธิบาย | Convert link or current address to QR Code for mobile |
ขนาดไฟล์ | 54.71 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2012-09-06 |
วันที่เผยแพร่ | 2012-09-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | shernshiou |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/shernshiou/Fingertip-QR-Link |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fingertip QR Link", "description": "Convert link or current address to QR Code for mobile", "version": "0.1", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "app.js" ] }, "icons": { "16": "icon_016.png", "48": "icon_048.png", "128": "icon_128.png" }, "manifest_version": 2 } |