QuickLinks

Speed dial for the internet.

O que é QuickLinks?

QuickLinks é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Speed dial for the internet.".

Capturas de Tela da Extensão

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

                        Speed dial for your browser. Save, change, and delete shortcut keywords to any website with Quick Links. To use the shortcuts you've created, just type "ql" into the browser bar, press tab, and then type in one of your shortcuts and hit Enter to go to the website.

For those times when you want quicker access to a webpage without having to remember a complicated url or you don't want to have to search through all your Bookmarks trying to remember where you saved it. Quick Links provides the easiest and fastest way to save urls and get back to them later.                    

Informações Básicas da Extensão

Nome QuickLinks QuickLinks
ID gjalfolejbafbloobnblbfihmhbgdhhe
URL Oficial https://chromewebstore.google.com/detail/quicklinks/gjalfolejbafbloobnblbfihmhbgdhhe
Descrição Speed dial for the internet.
Tamanho do Arquivo 9.53 KB
Contagem de Instalações 25
Versão Atual 1.0
Última Atualização 2015-12-10
Data de Publicação 2015-12-09
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickLinks",
    "description": "Speed dial for the internet.",
    "version": "1.0",
    "omnibox": {
        "keyword": "ql"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}