1Mobile QR

1Mobile QR

What is 1Mobile QR?

1Mobile QR is a Chrome extension developed by 1Mobile.com, and its main feature is "1Mobile QR".

Extension Screenshots

screenshot

Download 1Mobile QR Extension CRX File

Download 1Mobile QR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        1Mobile QR generates QR code that is the current page URL of your Chrome, then you just need to Scan qr code use your phone to open the page or download APKs directly.                    

Extension Basic Information

Name 1Mobile QR 1Mobile QR
ID phfialkagiaggadjiamnpkfalklepekf
Official URL https://chromewebstore.google.com/detail/1mobile-qr/phfialkagiaggadjiamnpkfalklepekf
Description 1Mobile QR
File Size 35.22 KB
Installation Count 524
Current Version 1.3
Last Updated 2014-07-15
Publish Date 2014-07-15
Rating 4.20/5 Total 5 Ratings
Developer 1Mobile.com
Payment Type free
Extension Website http://www.1mobile.com/
Help Page URL http://apk.1mobile.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1Mobile QR",
    "version": "1.3",
    "description": "1Mobile QR",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "1Mobile QR",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "declarativeContent"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}