QuickLinks

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

QuickLinks là gì?

QuickLinks là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Chuang, và tính năng chính của nó là "The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QuickLinks

Tải xuống các tệp mở rộng QuickLinks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QuickLinks QuickLinks
ID pmmebpkgkcjmdacahjaomedifklninbp
URL Chính Thức https://chromewebstore.google.com/detail/quicklinks/pmmebpkgkcjmdacahjaomedifklninbp
Mô tả The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!
Kích Thước Tệp 2.17 MB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2023-09-11
Ngày Phát Hành 2020-07-22
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Jonathan Chuang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}