QRTrans

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

QRTransとは何ですか?

QRTransはhttps://www.civic-apps.comによって開発されたChromeの拡張機能で、その主な機能は「Translate URL or text to QRCode for iPhone and Mobile Devices.」です。

拡張機能のスクリーンショット

screenshot
screenshot

QRTrans拡張機能のCRXファイルをダウンロード

QRTrans拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 QRTrans QRTrans
ID aljgmbpcdmgelhkanifjjbgdkohoefme
公式URL https://chromewebstore.google.com/detail/qrtrans/aljgmbpcdmgelhkanifjjbgdkohoefme
説明 Translate URL or text to QRCode for iPhone and Mobile Devices.
ファイルサイズ 66.04 KB
インストール数 757
現在のバージョン 1.0.0
最終更新日 2013-05-27
公開日 2013-05-27
評価 3.00/5 合計 4 レビュー
開発者 https://www.civic-apps.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.civic-apps.com/qrtrans/
対応言語 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"
    }
}