nuTab

Capture your thoughts and save favorite pages in a new tab

Was ist nuTab?

nuTab ist eine Chrome-Erweiterung, die von https://nutab.co entwickelt wurde, und ihr Hauptmerkmal ist "Capture your thoughts and save favorite pages in a new tab".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

nuTab-Erweiterungs-CRX-Datei herunterladen

Laden Sie nuTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name nuTab nuTab
ID hbflaeaeaoabekejplknlenmohgoaodj
Offizielle URL https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj
Beschreibung Capture your thoughts and save favorite pages in a new tab
Dateigröße 709 KB
Installationsanzahl 1,917
Aktuelle Version 1.1.2
Letztes Update 2023-10-03
Veröffentlichungsdatum 2020-05-13
Bewertung 4.50/5 Insgesamt 20 Bewertungen
Entwickler https://nutab.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nutab.co
Unterstützte Sprachen 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"
    }
}