Quicklist

A simple chrome extension that stores links and notes

Qu'est-ce que Quicklist ?

Quicklist est une extension Chrome développée par https://marcusholmes.biz, et sa fonction principale est "A simple chrome extension that stores links and notes".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quicklist

Téléchargez les fichiers d'extension Quicklist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Quicklist Quicklist
ID abcccpnegcjeloaemkldchekioailgph
URL Officiel https://chromewebstore.google.com/detail/quicklist/abcccpnegcjeloaemkldchekioailgph
Description A simple chrome extension that stores links and notes
Taille du Fichier 103 KB
Nombre d'Installations 44
Version Actuelle 1.0.1
Dernière Mise à Jour 2013-08-12
Date de Publication 2013-08-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://marcusholmes.biz
Type de Paiement free
Site Web de l'Extension http://marcusholmes.biz/Stuff/Quicklist
Langues Prises en Charge 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"
    ]
}