1Mobile QR

1Mobile QR

Apa itu 1Mobile QR?

1Mobile QR adalah ekstensi Chrome yang dikembangkan oleh 1Mobile.com, dan fitur utamanya adalah "1Mobile QR".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 1Mobile QR

Unduh file ekstensi 1Mobile QR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama 1Mobile QR 1Mobile QR
ID phfialkagiaggadjiamnpkfalklepekf
URL Resmi https://chromewebstore.google.com/detail/1mobile-qr/phfialkagiaggadjiamnpkfalklepekf
Deskripsi 1Mobile QR
Ukuran File 35.22 KB
Jumlah Instalasi 524
Versi Saat Ini 1.3
Terakhir Diperbarui 2014-07-15
Tanggal Publikasi 2014-07-15
Penilaian 4.20/5 Total 5 Penilaian
Pengembang 1Mobile.com
Tipe Pembayaran free
Situs Ekstensi http://www.1mobile.com/
URL Halaman Bantuan http://apk.1mobile.com/
Bahasa yang Didukung 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
}