Tab Notes

Allow you to write anything in new tab

Что такое Tab Notes?

Tab Notes - это расширение Chrome, разработанное https://blog.wildsky.cc, и его основная функция - "Allow you to write anything in new tab".

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

screenshot
screenshot

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

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

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

                        Features:

* Easy-to-use: Just open new tab, and write down thoughts.
* Manage-less: There is only one note: your new tab.
* Auto-save: No worries about saving things when writing.
* Theme: Support light and dark theme.
* Lightweight and fast: Just try and enjoy it.
* Multi-notes
* Open-source: The source code of this add-on is at Github: https://github.com/wildskyf/tab-notes

---

This add-on is ported from Tab Notes on Firefox.

https://addons.mozilla.org/firefox/addon/tab-notes/                    

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

Название Tab Notes Tab Notes
ID obnnegakmgonaiplaobihpmcjhlceeic
Официальный URL https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic
Описание Allow you to write anything in new tab
Размер файла 116 KB
Количество установок 1,782
Текущая Версия 3.2.0
Последнее Обновление 2022-03-03
Дата публикации 2020-03-08
Рейтинг 5.00/5 Всего 7 оценок
Разработчик https://blog.wildsky.cc
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://readmoo.com/terms/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "54.0a1"
        }
    },
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "manifest_version": 2,
    "name": "Tab Notes",
    "version": "3.2.0",
    "description": "Allow you to write anything in new tab",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/48.png",
        "default_title": "Tab notes",
        "default_popup": "newtab.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Y"
            }
        }
    }
}