nuTab
Capture your thoughts and save favorite pages in a new tab
Wat is nuTab?
nuTab is een Chrome-extensie ontwikkeld door https://nutab.co, en de belangrijkste functie is "Capture your thoughts and save favorite pages in a new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie nuTab
Download nuTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | nuTab |
ID | hbflaeaeaoabekejplknlenmohgoaodj |
Officiële URL | https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj |
Beschrijving | Capture your thoughts and save favorite pages in a new tab |
Bestandsgrootte | 709 KB |
Aantal Installaties | 1,917 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2023-10-03 |
Publicatiedatum | 2020-05-13 |
Beoordeling | 4.50/5 Totaal 20 Beoordelingen |
Ontwikkelaar | https://nutab.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://nutab.co |
Ondersteunde Talen | 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" } } |