nuTab

Capture your thoughts and save favorite pages in a new tab

Что такое nuTab?

nuTab - это расширение Chrome, разработанное https://nutab.co, и его основная функция - "Capture your thoughts and save favorite pages in a new tab".

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

screenshot
screenshot
screenshot

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

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

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

                        nuTab is the place for your notes, drafts and todos where you won't ever forget them.

📝 Rich text formatting
Use markdown, keyboard shortcuts or inline controls

🔒 Privacy
Your notes and favorite pages are saved only on your machine

📦 Export
Download a markdown export of your notes anytime

💚 Favorite links
Save sites you visit frequently or just don't want to forget

🌗 Dark and light mode
Switch between two beautiful themes

🚀 Blazing fast
Because you don't have time to wait for the new tab to load                    

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

Название nuTab nuTab
ID hbflaeaeaoabekejplknlenmohgoaodj
Официальный URL https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj
Описание Capture your thoughts and save favorite pages in a new tab
Размер файла 709 KB
Количество установок 1,917
Текущая Версия 1.1.2
Последнее Обновление 2023-10-03
Дата публикации 2020-05-13
Рейтинг 4.50/5 Всего 20 оценок
Разработчик https://nutab.co
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://nutab.co
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nuTab",
    "description": "Capture your thoughts and save favorite pages in a new tab",
    "version": "1.1.2",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "nuTab",
        "default_popup": "popup\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    }
}