Text Keeper

Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.

Что такое Text Keeper?

Text Keeper - это расширение Chrome, разработанное roblesg136, и его основная функция - "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.".

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

screenshot
screenshot

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

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

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

                        Editor de texto simple para reunir toda la información de la web,para guardarla en .pdf o .doc .
Para activar el panel y la extensión deberás ir a la siguiente url y activar el  panel:   chrome://flags/#enable-panels                    

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

Название Text Keeper Text Keeper
ID noalkdgipciipfjddllfdfamgdhhbihk
Официальный URL https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk
Описание Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
Размер файла 2.22 MB
Количество установок 21
Текущая Версия 1.0.0
Последнее Обновление 2016-06-19
Дата публикации 2016-06-19
Рейтинг 5.00/5 Всего 5 оценок
Разработчик roblesg136
Тип оплаты free
Поддерживаемые языки es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Keeper",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.",
    "browser_action": {
        "default_title": "Text Keeper",
        "default_icon": "icons\/icon-32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}