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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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