QuickLinks
The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!
Vad är QuickLinks?
QuickLinks är en Chrome-tillägg utvecklad av Jonathan Chuang, och dess huvudfunktion är "The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!".
Tilläggsskärmbilder
Ladda ner QuickLinks-förlängningens CRX-fil
Ladda ner QuickLinks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | pmmebpkgkcjmdacahjaomedifklninbp |
| Officiell webbadress | https://chromewebstore.google.com/detail/quicklinks/pmmebpkgkcjmdacahjaomedifklninbp |
| Beskrivning | The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more! |
| Filstorlek | 2.17 MB |
| Antal Installationer | 135 |
| Aktuell Version | 3.1 |
| Senast Uppdaterad | 2023-09-11 |
| Publiceringsdatum | 2020-07-22 |
| Betyg | 5.00/5 Totalt 7 Betyg |
| Utvecklare | Jonathan Chuang |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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';"
}
} | |