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文件

下載Tab2QR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}