Paper: New tab notebook

Clean, simple interface to write notes

Что такое Paper: New tab notebook?

Paper: New tab notebook - это расширение Chrome, разработанное Olivia Li, и его основная функция - "Clean, simple interface to write notes".

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

screenshot
screenshot

Скачать файл CRX расширения Paper: New tab notebook

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

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

                        Save notes in your new tab page.

Notes are being saved using local storage, so your data is kept safe and secure.

Make sure to press "Keep it" when Chrome asks whether you want to revert back to the original new tab

The code is open source and available at https://github.com/olivia-li/paper                    

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

Название Paper: New tab notebook Paper: New tab notebook
ID onpkjdjjllkdepfhcaklijcfegdjehkm
Официальный URL https://chromewebstore.google.com/detail/paper-new-tab-notebook/onpkjdjjllkdepfhcaklijcfegdjehkm
Описание Clean, simple interface to write notes
Размер файла 125 KB
Количество установок 377
Текущая Версия 2.2
Последнее Обновление 2021-09-30
Дата публикации 2020-07-31
Рейтинг 4.52/5 Всего 21 оценок
Разработчик Olivia Li
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paper: New tab notebook",
    "version": "2.2",
    "description": "Clean, simple interface to write notes",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "note.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "manifest_version": 2
}

Связанные расширения