nuTab

Capture your thoughts and save favorite pages in a new tab

Cos'è nuTab?

nuTab è un'estensione di Chrome sviluppata da https://nutab.co, e la sua funzione principale è "Capture your thoughts and save favorite pages in a new tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione nuTab

Scarica i file di estensione nuTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome nuTab nuTab
ID hbflaeaeaoabekejplknlenmohgoaodj
URL Ufficiale https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj
Descrizione Capture your thoughts and save favorite pages in a new tab
Dimensione del File 709 KB
Conteggio Installazioni 1,917
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-10-03
Data di Pubblicazione 2020-05-13
Valutazione 4.50/5 Totale 20 Valutazioni
Sviluppatore https://nutab.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nutab.co
Lingue Supportate 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"
    }
}