ThoughtPad - Autosaving Online Notepad

ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.

Что такое ThoughtPad - Autosaving Online Notepad?

ThoughtPad - Autosaving Online Notepad - это расширение Chrome, разработанное https://thoughtpad.kingdomofs.com, и его основная функция - "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".

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

screenshot

Скачать файл CRX расширения ThoughtPad - Autosaving Online Notepad

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

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

                        ThoughtPad is an autosaving notepad that opens up in a new tab. Type whatever you want & it is saved in your browsers' cache memory. The data is saved across sessions and can be retained/recovered even if your computer unexpectedly crashes & restarts.                    

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

Название ThoughtPad - Autosaving Online Notepad ThoughtPad - Autosaving Online Notepad
ID jakpglpcfkafpjpfdficjdgcbjiajmfb
Официальный URL https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb
Описание ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.
Размер файла 125 KB
Количество установок 541
Текущая Версия 1.0.2
Последнее Обновление 2017-12-25
Дата публикации 2017-12-25
Рейтинг 4.33/5 Всего 3 оценок
Разработчик https://thoughtpad.kingdomofs.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://thoughtpad.kingdomofs.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThoughtPad - Autosaving Online Notepad",
    "short_name": "ThoughtPad",
    "description": "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "Sandeep Tripathy",
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "thoughtpad.html"
    }
}