QR anything

Generate QR of anything instantly. Just right click and generate QR of images and links.

QR anythingคืออะไร?

QR anything เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moin.im และคุณลักษณะหลักของมันคือ "Generate QR of anything instantly. Just right click and generate QR of images and links."

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

screenshot
screenshot
screenshot

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

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

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

                        A light-weight extension to create QR codes of anything. It generates the QR instantly.

Currently supports:

- Links
- Text
- Images

Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.

Change log
v 0.6.1:
Added Android app link

v 0.6:
Optimised for performance

v0.5.1:

- 'right-click' save option for QR image.
- Developers: 64base code available                    

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

ชื่อ QR anything QR anything
ID dpcobhfdocjilgmfdbigakbkkfjclmcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl
คำอธิบาย Generate QR of anything instantly. Just right click and generate QR of images and links.
ขนาดไฟล์ 52.87 KB
จำนวนการติดตั้ง 593
เวอร์ชันปัจจุบัน 0.6.1
อัปเดตครั้งล่าสุด 2016-02-06
วันที่เผยแพร่ 2016-02-06
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://moin.im
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR anything",
    "version": "0.6.1",
    "manifest_version": 2,
    "description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
    "icons": {
        "16": "icons\/16.png",
        "28": "icons\/28.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "qr.html",
    "permissions": [
        "contextMenus"
    ]
}