QRTrans
Translate URL or text to QRCode for iPhone and Mobile Devices.
Qu'est-ce que QRTrans ?
QRTrans est une extension Chrome développée par https://www.civic-apps.com, et sa fonction principale est "Translate URL or text to QRCode for iPhone and Mobile Devices.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QRTrans
Téléchargez les fichiers d'extension QRTrans au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aljgmbpcdmgelhkanifjjbgdkohoefme |
URL Officiel | https://chromewebstore.google.com/detail/qrtrans/aljgmbpcdmgelhkanifjjbgdkohoefme |
Description | Translate URL or text to QRCode for iPhone and Mobile Devices. |
Taille du Fichier | 66.04 KB |
Nombre d'Installations | 757 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2013-05-27 |
Date de Publication | 2013-05-27 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | https://www.civic-apps.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.civic-apps.com/qrtrans/ |
Langues Prises en Charge | 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" } } |