nuTab

Capture your thoughts and save favorite pages in a new tab

Apa itu nuTab?

nuTab adalah ekstensi Chrome yang dikembangkan oleh https://nutab.co, dan fitur utamanya adalah "Capture your thoughts and save favorite pages in a new tab".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi nuTab

Unduh file ekstensi nuTab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama nuTab nuTab
ID hbflaeaeaoabekejplknlenmohgoaodj
URL Resmi https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj
Deskripsi Capture your thoughts and save favorite pages in a new tab
Ukuran File 709 KB
Jumlah Instalasi 1,917
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2023-10-03
Tanggal Publikasi 2020-05-13
Penilaian 4.50/5 Total 20 Penilaian
Pengembang https://nutab.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nutab.co
Bahasa yang Didukung 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"
    }
}