The QR Extension

The Google Chrome QR Extension. Generate offline QR Code with a simple click!

The QR Extensionคืออะไร?

The QR Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://easy-qr-code.aiddroid.com และคุณลักษณะหลักของมันคือ "The Google Chrome QR Extension. Generate offline QR Code with a simple click!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Google Chrome QR code extension. 
Generate offline QR Code with ONE CLICK! Scan QR Code in image with ONE CLICK!
This extension allows users to generate/scan offline QR Code for the current page quickly.

Please note that this extension, unlike others, doesn't require any special permissions. And it's only loaded when you click on the icon. So it doesn't need any unnecessary memory while not used.

And also note, that the QR code is generated completely offline. The URL of the page you visited will not sent over the network (except when you click on "Custom QR Code"). So it's probably as good as it gets regarding privacy and security.

To generate the QR Code after installing extension, just click the QR Code icon on the top-right of your browser window.

Features:
- Generate QR Code for current page with one click.
- Trun any of your inputs into QR Code in realtime (when you edit the text in the input field).
- Download generated QR code image.
- Scan QR code in image by right click context menu.
- Style the QR face as you like (color, size and etc.).                    

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

ชื่อ The QR Extension The QR Extension
ID dochhbdlcilmpbijaboholgkcgpljdpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-qr-extension/dochhbdlcilmpbijaboholgkcgpljdpi
คำอธิบาย The Google Chrome QR Extension. Generate offline QR Code with a simple click!
ขนาดไฟล์ 145 KB
จำนวนการติดตั้ง 15,237
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-11-12
วันที่เผยแพร่ 2019-09-10
คะแนน 4.67/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://easy-qr-code.aiddroid.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://easy-qr-code.aiddroid.com
URL หน้านโยบายความเป็นส่วนตัว http://tiny.cc/appsprivacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,vi,da,es,pl,pt-BR,pt-PT,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "author": "The QR Extension",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "storage",
        "downloads"
    ],
    "manifest_version": 2,
    "offline_enabled": true,
    "icons": {
        "256": "images\/256.png",
        "128": "images\/128.png",
        "96": "images\/96.png",
        "64": "images\/64.png",
        "48": "images\/48.png",
        "32": "images\/32.png",
        "16": "images\/16.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appTitle__"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}