QRify

This extension allows you to create QR code for selected link/text, Enabling sharing URL/Text to other devices

QRifyคืออะไร?

QRify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://damandeepsingh.com และคุณลักษณะหลักของมันคือ "This extension allows you to create QR code for selected link/text, Enabling sharing URL/Text to other devices"

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

screenshot
screenshot
screenshot

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

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

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

                        This google chrome extension enable user to generate QR code for any selected text/links, or page URL. It makes it easy to share the same info to other devices with QR reader. Passing a link/info to your mobile is very easy, Just select the text/link, right click and select QRify. It will generate the QR code on the screen. Use any QR reader app to open the info on your device.

Many QR reader applications are available for all major mobile platforms.                    

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

ชื่อ QRify QRify
ID nnokneneaanlmkpcibflacfhhneijagl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qrify/nnokneneaanlmkpcibflacfhhneijagl
คำอธิบาย This extension allows you to create QR code for selected link/text, Enabling sharing URL/Text to other devices
ขนาดไฟล์ 1.35 MB
จำนวนการติดตั้ง 325
เวอร์ชันปัจจุบัน 0.1.8
อัปเดตครั้งล่าสุด 2019-09-20
วันที่เผยแพร่ 2019-09-20
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://damandeepsingh.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRify",
    "version": "0.1.8",
    "manifest_version": 2,
    "short_name": "QRify",
    "description": "This extension allows you to create QR code for selected link\/text, Enabling sharing URL\/Text to other devices",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/DamandeepS\/QRify",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "QRify",
        "default_popup": ".\/src\/page_action\/page_action.html"
    },
    "web_accessible_resources": [
        "js\/qr-code.js",
        "src\/page_action\/page_action.html"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "tabs",
        "declarativeContent",
        "clipboardRead"
    ],
    "offline_enabled": true,
    "author": "Damandeep Singh ",
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": false
    }
}