1Mobile QR

1Mobile QR

Wat is 1Mobile QR?

1Mobile QR is een Chrome-extensie ontwikkeld door 1Mobile.com, en de belangrijkste functie is "1Mobile QR".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 1Mobile QR

Download 1Mobile QR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam 1Mobile QR 1Mobile QR
ID phfialkagiaggadjiamnpkfalklepekf
Officiële URL https://chromewebstore.google.com/detail/1mobile-qr/phfialkagiaggadjiamnpkfalklepekf
Beschrijving 1Mobile QR
Bestandsgrootte 35.22 KB
Aantal Installaties 524
Huidige Versie 1.3
Laatst Bijgewerkt 2014-07-15
Publicatiedatum 2014-07-15
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar 1Mobile.com
Betalingswijze free
Extensiewebsite http://www.1mobile.com/
Help Pagina-URL http://apk.1mobile.com/
Ondersteunde Talen 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
}