Cita

Collect and edit quotes from any sites

Что такое Cita?

Cita - это расширение Chrome, разработанное MatCatLab, и его основная функция - "Collect and edit quotes from any sites".

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

screenshot
screenshot

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

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

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

                        Cita is a free extension that allows to save and to edit quotes from any web page. It is a must have tool for those, who create presentations or write articles with quotes from lots of sources.
With Cita one could:
- save only needed information instead of full article
- duplicate saved quote and/or edit
- sort quotes using labels with different colors
- quickly find needed quote using search and filters
- keep links to sources
- have offline access to quotes                    

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

Название Cita Cita
ID cnkhnldoedgdhcmccplllgceonaceknj
Официальный URL https://chromewebstore.google.com/detail/cita/cnkhnldoedgdhcmccplllgceonaceknj
Описание Collect and edit quotes from any sites
Размер файла 559 KB
Количество установок 81
Текущая Версия 0.0.2
Последнее Обновление 2017-07-24
Дата публикации 2017-07-24
Рейтинг 4.75/5 Всего 4 оценок
Разработчик MatCatLab
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cita",
    "version": "0.0.2",
    "default_locale": "en",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "icons": {
        "16": "img\/cita_16-circle.png",
        "48": "img\/cita_48-circle.png",
        "128": "img\/cita_128-circle.png"
    },
    "browser_action": {
        "default_title": "Cita"
    },
    "author": "MatCatLab ( http:\/\/www.matcatlab.ru )",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "current_locale": "en",
    "incognito": "spanning",
    "minimum_chrome_version": "40",
    "offline_enabled": true,
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "short_name": "Cita"
}