QuickLinks

The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!

什麼是QuickLinks?

QuickLinks是由Jonathan Chuang開發的Chrome擴展程式,該擴展的主要功能是“The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載QuickLinks擴展crx文件

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

擴展使用說明

                        QuickLinks is your clipboard for your most used links. Irritated from flipping through tabs just to get your LinkedIn profile for a job app? Tired of opening the Zoom app just to copy your meeting link? Want a faster way to share your social media profiles? QuickLinks can make your busy life a little bit easier.

***** V2 FEATURES *****
- Unlimited amount of saved links
- Customizable icons
- Improved user interface

PRIVACY: QuickLinks does not require any personal information to use nor does it track any of your personal links. 

DEVELOPER: Jonathan Chuang (https://jonathanchuang.me)                    

擴展基本資訊

名稱 QuickLinks QuickLinks
ID pmmebpkgkcjmdacahjaomedifklninbp
官方網址 https://chromewebstore.google.com/detail/quicklinks/pmmebpkgkcjmdacahjaomedifklninbp
簡介 The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!
檔案大小 2.17 MB
安裝次數 135
目前版本 3.1
更新時間 2023-09-11
上架時間 2020-07-22
評分 5.00/5 共 7 次評分
開發者 Jonathan Chuang
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QuickLinks",
    "description": "The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!",
    "version": "3.1",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png",
        "default_title": "QuickLinks"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "appLogo128.png"
    },
    "permissions": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}