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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}