Quicklist

A simple chrome extension that stores links and notes

O que é Quicklist?

Quicklist é uma extensão do Chrome desenvolvida por https://marcusholmes.biz, e sua principal característica é "A simple chrome extension that stores links and notes".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Quicklist

Baixe arquivos de extensão Quicklist 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

                        Quicklist is a simple, fast reminder toolbar extension. Create notes and tag pages without cluttering your bookmark lists. Tick them when they're done and they disappear.

Quicklist stores the items in Chrome synced storage, so your items will be shared across all the Chrome installs you use with your account.

Quicklist does no logging, no measurement, no timing, no nagging, no emailed reminders, no nasty little popups reminding you that you've not done anything productive today. 

It just sits there remembering stuff for you.
It comes wrapped in nice friendly colours. 
It's really simple to use.
It wants to help you and make your life better.

You should definitely install it.                    

Informações Básicas da Extensão

Nome Quicklist Quicklist
ID abcccpnegcjeloaemkldchekioailgph
URL Oficial https://chromewebstore.google.com/detail/quicklist/abcccpnegcjeloaemkldchekioailgph
Descrição A simple chrome extension that stores links and notes
Tamanho do Arquivo 103 KB
Contagem de Instalações 44
Versão Atual 1.0.1
Última Atualização 2013-08-12
Data de Publicação 2013-08-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://marcusholmes.biz
Tipo de Pagamento free
Site da Extensão http://marcusholmes.biz/Stuff/Quicklist
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quicklist",
    "description": "A simple chrome extension that stores links and notes",
    "version": "1.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "quicklist.html",
        "default_icon": "logo19.png",
        "default_title": "Quicklist"
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}