nuTab
Capture your thoughts and save favorite pages in a new tab
Hvad er nuTab?
nuTab er en Chrome-udvidelse udviklet af https://nutab.co, og dens hovedfunktion er "Capture your thoughts and save favorite pages in a new tab".
Udvidelsesskærmbilleder
Download nuTab-udvidelses-CRX-fil
Download nuTab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hbflaeaeaoabekejplknlenmohgoaodj |
| Officiel URL | https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj |
| Beskrivelse | Capture your thoughts and save favorite pages in a new tab |
| Filstørrelse | 709 KB |
| Antal Installationer | 1,917 |
| Nuværende Version | 1.1.2 |
| Senest Opdateret | 2023-10-03 |
| Udgivelsesdato | 2020-05-13 |
| Bedømmelse | 4.50/5 Samlet 20 Bedømmelser |
| Udvikler | https://nutab.co |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://nutab.co |
| Understøttede Sprog | 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"
}
} | |