Quicklist

A simple chrome extension that stores links and notes

Cos'è Quicklist?

Quicklist è un'estensione di Chrome sviluppata da https://marcusholmes.biz, e la sua funzione principale è "A simple chrome extension that stores links and notes".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quicklist

Scarica i file di estensione Quicklist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quicklist Quicklist
ID abcccpnegcjeloaemkldchekioailgph
URL Ufficiale https://chromewebstore.google.com/detail/quicklist/abcccpnegcjeloaemkldchekioailgph
Descrizione A simple chrome extension that stores links and notes
Dimensione del File 103 KB
Conteggio Installazioni 44
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-08-12
Data di Pubblicazione 2013-08-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://marcusholmes.biz
Tipo di Pagamento free
Sito Web dell'Estensione http://marcusholmes.biz/Stuff/Quicklist
Lingue Supportate 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"
    ]
}