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
官方URL 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';"
    }
}