QR-Tools Chrome Extension

Add a context menu item to convert selected object into QR.

QR-Tools Chrome Extension란 무엇입니까?

QR-Tools Chrome Extension은(는) http://qr-tools.appspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a context menu item to convert selected object into QR."입니다.

QR-Tools Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension adds a context menu item for Selected Text, Link or Images that turns the selected object into a QR code for easy sharing.

The standalone generator can be found @:

http://qr-tools.appspot.com/                    

확장 프로그램 기본 정보

이름 QR-Tools Chrome Extension QR-Tools Chrome Extension
ID pimnmgcpoejphniobanenpdlfdoljpln
공식 URL https://chrome.google.com/webstore/detail/qr-tools-chrome-extension/pimnmgcpoejphniobanenpdlfdoljpln
설명 Add a context menu item to convert selected object into QR.
파일 크기 14.87 KB
설치 횟수 33
현재 버전 1.1.2
최근 업데이트 2014-02-13
출시 날짜 2014-02-13
평점 3.00/5 총 2 개의 평점
개발자 http://qr-tools.appspot.com
결제 유형 free
확장 프로그램 웹 사이트 http://qr-tools.appspot.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR-Tools Chrome Extension",
    "version": "1.1.2",
    "author": "RastaCre",
    "default_locale": "en",
    "description": "Add a context menu item to convert selected object into QR.",
    "homepage_url": "http:\/\/qr-tools.appspot.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "options_page": "options.html",
    "minimum_chrome_version": "6",
    "offline_enabled": false
}