QRTrans

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

Apa itu QRTrans?

QRTrans adalah ekstensi Chrome yang dikembangkan oleh https://www.civic-apps.com, dan fitur utamanya adalah "Translate URL or text to QRCode for iPhone and Mobile Devices.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi QRTrans

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

                        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.                    

Informasi Dasar Ekstensi

Nama QRTrans QRTrans
ID aljgmbpcdmgelhkanifjjbgdkohoefme
URL Resmi https://chromewebstore.google.com/detail/qrtrans/aljgmbpcdmgelhkanifjjbgdkohoefme
Deskripsi Translate URL or text to QRCode for iPhone and Mobile Devices.
Ukuran File 66.04 KB
Jumlah Instalasi 757
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2013-05-27
Tanggal Publikasi 2013-05-27
Penilaian 3.00/5 Total 4 Penilaian
Pengembang https://www.civic-apps.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.civic-apps.com/qrtrans/
Bahasa yang Didukung 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"
    }
}