QR URL Transfer

Transfer a web page address to a smartphone using QR-code

QR URL Transferคืออะไร?

QR URL Transfer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eoos Ventures และคุณลักษณะหลักของมันคือ "Transfer a web page address to a smartphone using QR-code"

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

screenshot

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

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

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

                        Tired of typing? This small extension enables you to share the URL of the current web page to your smartphone or any other device that can process QR codes. Instructions: browse to the web address which you want to share, click the QR icon, scan the generated QR code with the QR app on your smartphone.                    

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

ชื่อ QR URL Transfer QR URL Transfer
ID iojkbccgdkfpbffpdbkmahhkigbhhmbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn
คำอธิบาย Transfer a web page address to a smartphone using QR-code
ขนาดไฟล์ 63.23 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2018-02-10
วันที่เผยแพร่ 2018-02-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Eoos Ventures
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR URL Transfer",
    "description": "Transfer a web page address to a smartphone using QR-code",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "hello.html",
        "default_icon": "16-icon.png"
    },
    "icons": {
        "16": "16-icon.png",
        "48": "48-icon.png",
        "128": "128-icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}