nuTab

Capture your thoughts and save favorite pages in a new tab

What is nuTab?

nuTab is a Chrome extension developed by https://nutab.co, and its main feature is "Capture your thoughts and save favorite pages in a new tab".

Extension Screenshots

screenshot
screenshot
screenshot

Download nuTab Extension CRX File

Download nuTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name nuTab nuTab
ID hbflaeaeaoabekejplknlenmohgoaodj
Official URL https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj
Description Capture your thoughts and save favorite pages in a new tab
File Size 709 KB
Installation Count 1,917
Current Version 1.1.2
Last Updated 2023-10-03
Publish Date 2020-05-13
Rating 4.50/5 Total 20 Ratings
Developer https://nutab.co
Email [email protected]
Payment Type free
Extension Website https://nutab.co
Supported Languages 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"
    }
}