Get Link

Create a QRcode for the URL to open in other devices

什麼是Get Link?

Get Link是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Create a QRcode for the URL to open in other devices”。

擴展截圖

screenshot

下載Get Link擴展crx文件

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

擴展使用說明

                        This extension creates a QR code of the current URL link which can be scanned from the Mobile camera to open the same link on your mobile phone.                    

擴展基本資訊

名稱 Get Link Get Link
ID bknagdmankilmkenflkobkobmdeakcic
官方網址 https://chromewebstore.google.com/detail/get-link/bknagdmankilmkenflkobkobmdeakcic
簡介 Create a QRcode for the URL to open in other devices
檔案大小 67.66 KB
安裝次數 622
目前版本 1.0.0
更新時間 2019-09-17
上架時間 2019-09-17
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Link",
    "description": "Create a QRcode for the URL to open in other devices",
    "version": "1.0.0",
    "icons": {
        "128": "logo-128x128.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}