Quicklist

A simple chrome extension that stores links and notes

Что такое Quicklist?

Quicklist - это расширение Chrome, разработанное https://marcusholmes.biz, и его основная функция - "A simple chrome extension that stores links and notes".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Quicklist

Скачайте файлы расширений Quicklist в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Quicklist Quicklist
ID abcccpnegcjeloaemkldchekioailgph
Официальный URL https://chromewebstore.google.com/detail/quicklist/abcccpnegcjeloaemkldchekioailgph
Описание A simple chrome extension that stores links and notes
Размер файла 103 KB
Количество установок 44
Текущая Версия 1.0.1
Последнее Обновление 2013-08-12
Дата публикации 2013-08-12
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://marcusholmes.biz
Тип оплаты free
Официальный сайт расширения http://marcusholmes.biz/Stuff/Quicklist
Поддерживаемые языки 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"
    ]
}