QR URL Transfer

Transfer a web page address to a smartphone using QR-code

QR URL Transfer क्या है?

QR URL Transfer Eoos Ventures द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transfer a web page address to a smartphone using QR-code"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QR URL Transfer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tired of typing? This small extension enables you to share the URL of the current web page to your smartphone or any other device that can process QR codes. Instructions: browse to the web address which you want to share, click the QR icon, scan the generated QR code with the QR app on your smartphone.                    

एक्सटेंशन की मूल जानकारी

नाम QR URL Transfer QR URL Transfer
ID iojkbccgdkfpbffpdbkmahhkigbhhmbn
आधिकारिक URL https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn
विवरण Transfer a web page address to a smartphone using QR-code
फ़ाइल का आकार 63.23 KB
स्थापना संख्या 83
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2018-02-10
प्रकाशन तिथि 2018-02-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Eoos Ventures
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR URL Transfer",
    "description": "Transfer a web page address to a smartphone using QR-code",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "hello.html",
        "default_icon": "16-icon.png"
    },
    "icons": {
        "16": "16-icon.png",
        "48": "48-icon.png",
        "128": "128-icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}