Tab2QR

A minimalist browser extesion to send the page you are currently viewing to your mobile device.

Tab2QR란 무엇입니까?

Tab2QR은(는) James Shih에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimalist browser extesion to send the page you are currently viewing to your mobile device."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tab2QR 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Viewing a nice page and want to continue on your mobile device? 

Tired of typing URLs on your phone? 

Tab2QR at your service. Just click and scan the QR code with your phone or tablet.

Way faster huh?

Privacy: Tab2QR converts the URL to QR code locally and does not save or collect your browsing history or personal information.

©MMXV-MMXXIII James Shih                    

확장 프로그램 기본 정보

이름 Tab2QR Tab2QR
ID mkfcgekjddmlceifimndhbliepfgnogo
공식 URL https://chromewebstore.google.com/detail/tab2qr/mkfcgekjddmlceifimndhbliepfgnogo
설명 A minimalist browser extesion to send the page you are currently viewing to your mobile device.
파일 크기 20.13 KB
설치 횟수 601
현재 버전 4.0.0
최근 업데이트 2023-02-07
출시 날짜 2019-05-02
평점 5.00/5 총 2 개의 평점
개발자 James Shih
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/IFS49F/Tab2QR
도움말 페이지 URL https://github.com/IFS49F/Tab2QR/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "James Shih",
    "description": "A minimalist browser extesion to send the page you are currently viewing to your mobile device.",
    "name": "Tab2QR",
    "version": "4.0.0",
    "icons": {
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "action": {
        "default_title": "Tab2QR",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "manifest_version": 3
}