URL 2 QR Code

This extension displays the URL as a QR Code for easy mobile transfer.

URL 2 QR Codeคืออะไร?

URL 2 QR Code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://lisaapps.com และคุณลักษณะหลักของมันคือ "This extension displays the URL as a QR Code for easy mobile transfer."

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

screenshot

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

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

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

                        Have you ever tried copying a URL from your laptop or desktop computer to your tablet or smartphone?  

I would copy the url and then email it to myself!  

What a pain in the butt!

So I created: "One-Click URL2QRCODE"

One-Click URL2QRCODE is a chrome browser extension that allows you to turn your current tab URL into a QRCode for easy scanning through your camera capable tablet or smart phone.                    

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

ชื่อ URL 2 QR Code URL 2 QR Code
ID nnegakkhkafagagmedecbbcjcjmonkgb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb
คำอธิบาย This extension displays the URL as a QR Code for easy mobile transfer.
ขนาดไฟล์ 7.75 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-12-11
วันที่เผยแพร่ 2013-12-11
ผู้พัฒนา http://lisaapps.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL 2 QR Code",
    "short_name": "URL2QRCode",
    "description": "This extension displays the URL as a QR Code for easy mobile transfer.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/qrcode.kaywa.com\/",
        "tabs",
        "contentSettings",
        "background"
    ]
}