QRLink

Generate QR code for any page to allow link sharing from browser to other devices.

QRLinkคืออะไร?

QRLink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rafik Tighilt และคุณลักษณะหลักของมันคือ "Generate QR code for any page to allow link sharing from browser to other devices."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QRLink

ดาวน์โหลดไฟล์ส่วนขยาย QRLink ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        QRL (for QR link) allows you to quickly share links between your browser window and your devices (mobile, tablets etc...). Just click on the extension button and scan the QR code to open it on your phone.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ QRLink QRLink
ID lehfdkbjieiagnjphoijdnmoknhegigg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg
คำอธิบาย Generate QR code for any page to allow link sharing from browser to other devices.
ขนาดไฟล์ 96.83 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-10-03
วันที่เผยแพร่ 2017-10-03
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Rafik Tighilt
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QRLink",
    "short_name": "QRL",
    "description": "Generate QR code for any page to allow link sharing from browser to other devices.",
    "version": "1.0",
    "author": "Rafik TIGHILT",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "Generate QRCode for this page"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}