nuTab
Capture your thoughts and save favorite pages in a new tab
Vad är nuTab?
nuTab är en Chrome-tillägg utvecklad av https://nutab.co, och dess huvudfunktion är "Capture your thoughts and save favorite pages in a new tab".
Tilläggsskärmbilder
Ladda ner nuTab-förlängningens CRX-fil
Ladda ner nuTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | hbflaeaeaoabekejplknlenmohgoaodj |
| Officiell webbadress | https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj |
| Beskrivning | Capture your thoughts and save favorite pages in a new tab |
| Filstorlek | 709 KB |
| Antal Installationer | 1,917 |
| Aktuell Version | 1.1.2 |
| Senast Uppdaterad | 2023-10-03 |
| Publiceringsdatum | 2020-05-13 |
| Betyg | 4.50/5 Totalt 20 Betyg |
| Utvecklare | https://nutab.co |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://nutab.co |
| Stödda Språk | 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"
}
} | |