QuickLinks

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

O que é QuickLinks?

QuickLinks é uma extensão do Chrome desenvolvida por Jonathan Chuang, e sua principal característica é "The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão QuickLinks

Baixe arquivos de extensão QuickLinks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome QuickLinks QuickLinks
ID pmmebpkgkcjmdacahjaomedifklninbp
URL Oficial https://chromewebstore.google.com/detail/quicklinks/pmmebpkgkcjmdacahjaomedifklninbp
Descrição The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!
Tamanho do Arquivo 2.17 MB
Contagem de Instalações 135
Versão Atual 3.1
Última Atualização 2023-09-11
Data de Publicação 2020-07-22
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Jonathan Chuang
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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';"
    }
}