URL2QR

将当前URL的地址转成二维码

URL2QRคืออะไร?

URL2QR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.liyaodong.com และคุณลักษณะหลักของมันคือ "将当前URL的地址转成二维码"

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

screenshot

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

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

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

                        Generate a qrcode accroding to your visiting web page . and if you start a local server , the plugin will auto translate `localhost` to your local ip . and then you can visit it on your mobile or other people's computer . Is very convenient when you debug your responsive website . so , don't waste your time on copy url .                    

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

ชื่อ URL2QR URL2QR
ID pmlpmeejppihnemepiadkmnghmbclhpg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/url2qr/pmlpmeejppihnemepiadkmnghmbclhpg
คำอธิบาย 将当前URL的地址转成二维码
ขนาดไฟล์ 36.32 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2019-03-11
วันที่เผยแพร่ 2019-03-11
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://www.liyaodong.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/liyaodong/url2qr
URL หน้าช่วยเหลือ https://github.com/liyaodong/url2qr
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL2QR",
    "version": "2.1",
    "manifest_version": 2,
    "description": "\u5c06\u5f53\u524dURL\u7684\u5730\u5740\u8f6c\u6210\u4e8c\u7ef4\u7801",
    "author": "Vanilla",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/url2qr\/pmlpmeejppihnemepiadkmnghmbclhpg",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "storage"
    ],
    "options_page": "options.html"
}