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
官方網址 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
電子郵箱 [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"
    }
}