QuickLinks

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

What is QuickLinks?

QuickLinks is a Chrome extension developed by Jonathan Chuang, and its main feature is "The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download QuickLinks Extension CRX File

Download QuickLinks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name QuickLinks QuickLinks
ID pmmebpkgkcjmdacahjaomedifklninbp
Official URL https://chromewebstore.google.com/detail/quicklinks/pmmebpkgkcjmdacahjaomedifklninbp
Description The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!
File Size 2.17 MB
Installation Count 135
Current Version 3.1
Last Updated 2023-09-11
Publish Date 2020-07-22
Rating 5.00/5 Total 7 Ratings
Developer Jonathan Chuang
Email [email protected]
Payment Type free
Supported Languages 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';"
    }
}