QRTrans

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

Wat is QRTrans?

QRTrans is een Chrome-extensie ontwikkeld door https://www.civic-apps.com, en de belangrijkste functie is "Translate URL or text to QRCode for iPhone and Mobile Devices.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie QRTrans

Download QRTrans-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

                        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.                    

Basisinformatie over de Extensie

Naam QRTrans QRTrans
ID aljgmbpcdmgelhkanifjjbgdkohoefme
Officiële URL https://chromewebstore.google.com/detail/qrtrans/aljgmbpcdmgelhkanifjjbgdkohoefme
Beschrijving Translate URL or text to QRCode for iPhone and Mobile Devices.
Bestandsgrootte 66.04 KB
Aantal Installaties 757
Huidige Versie 1.0.0
Laatst Bijgewerkt 2013-05-27
Publicatiedatum 2013-05-27
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.civic-apps.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.civic-apps.com/qrtrans/
Ondersteunde Talen 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"
    }
}