Tab Notes
New note in every new tab. Capture thoughts faster.
Qu'est-ce que Tab Notes ?
Tab Notes est une extension Chrome développée par Maciej Szafraniec, et sa fonction principale est "New note in every new tab. Capture thoughts faster.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Notes
Téléchargez les fichiers d'extension Tab Notes 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
Unlike other similar apps, this one allows you to keep more than one note. ✔ Different note in each tab, not the same note everywhere. ✔ (new!) Dark mode. ✔ Search all notes quickly. ✔ No permissions. No accounts. No motivational quotes. ✔ Offline & private. Notes never leave your computer. ✔ Lightweight & fast. Pure javascript, no bulky frameworks. ✔ Back up notes in text form in one click. ✔ Manage and open your notes from anywhere in Chrome. ✔ First line is the tab title. Favicon changes based on amount of text.
Informations de Base sur l'Extension
Nom | Tab Notes |
ID | mhgiefelomcdfcdbknkkohpibdpbdhmo |
URL Officiel | https://chromewebstore.google.com/detail/tab-notes/mhgiefelomcdfcdbknkkohpibdpbdhmo |
Description | New note in every new tab. Capture thoughts faster. |
Taille du Fichier | 116 KB |
Nombre d'Installations | 6,175 |
Version Actuelle | 0.8 |
Dernière Mise à Jour | 2019-03-11 |
Date de Publication | 2019-03-11 |
Évaluation | 4.16/5 Total 61 Évaluations |
Développeur | Maciej Szafraniec |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Notes", "description": "New note in every new tab. Capture thoughts faster.", "version": "0.8", "offline_enabled": true, "manifest_version": 2, "icons": { "16": "images\/notes_16.png", "128": "images\/icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "browser_action": { "default_popup": "browser_action\/popup.html", "default_icon": { "16": "images\/notes_48.png" } }, "web_accessible_resources": [ "common\/notesStorage.js", "common\/settingsStorage.js" ] } |