Secret Notes

Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly

Что такое Secret Notes?

Secret Notes - это расширение Chrome, разработанное Nicholas Z., и его основная функция - "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly".

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

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

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

                                            

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

Название Secret Notes Secret Notes
ID hedimpoelhfnnnkhnbbdpaahkjenfppn
Официальный URL https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn
Описание Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
Размер файла 39.12 KB
Количество установок 173
Текущая Версия 2.0
Последнее Обновление 2018-01-18
Дата публикации 2018-01-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Nicholas Z.
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secret Notes",
    "short_name": "SecretNotes",
    "description": "Keep notes and hide them by closing the chrome extension.  Good for using when you need to access notes quickly",
    "version": "2.0",
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_popup": "popup.html"
    }
}