QuickLinks

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

Apa itu QuickLinks?

QuickLinks adalah ekstensi Chrome yang dikembangkan oleh Jonathan Chuang, dan fitur utamanya adalah "The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi QuickLinks

Unduh file ekstensi QuickLinks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama QuickLinks QuickLinks
ID pmmebpkgkcjmdacahjaomedifklninbp
URL Resmi https://chromewebstore.google.com/detail/quicklinks/pmmebpkgkcjmdacahjaomedifklninbp
Deskripsi The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!
Ukuran File 2.17 MB
Jumlah Instalasi 135
Versi Saat Ini 3.1
Terakhir Diperbarui 2023-09-11
Tanggal Publikasi 2020-07-22
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Jonathan Chuang
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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';"
    }
}