QuickLinks
The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!
Hvad er QuickLinks?
QuickLinks er en Chrome-udvidelse udviklet af Jonathan Chuang, og dens hovedfunktion er "The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!".
Udvidelsesskærmbilleder
Download QuickLinks-udvidelses-CRX-fil
Download QuickLinks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pmmebpkgkcjmdacahjaomedifklninbp |
| Officiel URL | https://chromewebstore.google.com/detail/quicklinks/pmmebpkgkcjmdacahjaomedifklninbp |
| Beskrivelse | The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more! |
| Filstørrelse | 2.17 MB |
| Antal Installationer | 135 |
| Nuværende Version | 3.1 |
| Senest Opdateret | 2023-09-11 |
| Udgivelsesdato | 2020-07-22 |
| Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
| Udvikler | Jonathan Chuang |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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';"
}
} | |