nuTab
Capture your thoughts and save favorite pages in a new tab
Qu'est-ce que nuTab ?
nuTab est une extension Chrome développée par https://nutab.co, et sa fonction principale est "Capture your thoughts and save favorite pages in a new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension nuTab
Téléchargez les fichiers d'extension nuTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | hbflaeaeaoabekejplknlenmohgoaodj |
| URL Officiel | https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj |
| Description | Capture your thoughts and save favorite pages in a new tab |
| Taille du Fichier | 709 KB |
| Nombre d'Installations | 1,917 |
| Version Actuelle | 1.1.2 |
| Dernière Mise à Jour | 2023-10-03 |
| Date de Publication | 2020-05-13 |
| Évaluation | 4.50/5 Total 20 Évaluations |
| Développeur | https://nutab.co |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://nutab.co |
| Langues Prises en Charge | 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"
}
} | |