URL to QR

This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.

URL to QRคืออะไร?

URL to QR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JJay และคุณลักษณะหลักของมันคือ "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop."

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

screenshot

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

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

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

                        Tired of typing the url in your smartPhone browser. Use this smart extension to create a QR code and scan with your phone to browse the page. Highly usefull for web developers and testers.

Please mail your feedback to me: [email protected]                    

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

ชื่อ URL to QR URL to QR
ID ffpdcfbjaahhcgogoekgbellhahephbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd
คำอธิบาย This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
ขนาดไฟล์ 33.94 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2015-05-19
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา JJay
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR",
    "description": "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "url.html"
    },
    "permissions": [
        "tabs"
    ]
}