QRTrans

Translate URL or text to QRCode for iPhone and Mobile Devices.

QRTrans क्या है?

QRTrans https://www.civic-apps.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate URL or text to QRCode for iPhone and Mobile Devices."।

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

screenshot
screenshot

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

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

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

                        This app makes a QR code image from current tab URL or free text.
You can transfer text to iPhone, Android or other mobile devices.

ex. iPhone you can download free QR code reader app, pomera qr code reader.

Twitter ID: http://twitter.com/civic

manifest version V2 upgrade.                    

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

नाम QRTrans QRTrans
ID aljgmbpcdmgelhkanifjjbgdkohoefme
आधिकारिक URL https://chromewebstore.google.com/detail/qrtrans/aljgmbpcdmgelhkanifjjbgdkohoefme
विवरण Translate URL or text to QRCode for iPhone and Mobile Devices.
फ़ाइल का आकार 66.04 KB
स्थापना संख्या 757
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2013-05-27
प्रकाशन तिथि 2013-05-27
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर https://www.civic-apps.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.civic-apps.com/qrtrans/
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRTrans",
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "QRTrans",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    }
}