ScanMe

A Chrome extension that you can scan the qr code to open url on you cellphone.

Apa itu ScanMe?

ScanMe adalah ekstensi Chrome yang dikembangkan oleh Lerry, dan fitur utamanya adalah "A Chrome extension that you can scan the qr code to open url on you cellphone.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ScanMe

Unduh file ekstensi ScanMe 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

                        A Chrome extension that you can scan the qr code to open url on you cellphone.

扫描二维码,在你的手机上打开当前网页。                    

Informasi Dasar Ekstensi

Nama ScanMe ScanMe
ID cchegmecehnbcgpmmnanfmdecgehokch
URL Resmi https://chromewebstore.google.com/detail/scanme/cchegmecehnbcgpmmnanfmdecgehokch
Deskripsi A Chrome extension that you can scan the qr code to open url on you cellphone.
Ukuran File 14.63 KB
Jumlah Instalasi 76
Versi Saat Ini 0.0.8
Terakhir Diperbarui 2015-01-09
Tanggal Publikasi 2015-01-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Lerry
Tipe Pembayaran free
Situs Ekstensi https://github.com/lerry/ScanMe
URL Halaman Bantuan https://github.com/lerry/ScanMe
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "128": "images\/icon-128.png"
        },
        "default_title": "ScanMe",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}