Tab Notes
New note in every new tab. Capture thoughts faster.
Tab Notes क्या है?
Tab Notes Maciej Szafraniec द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New note in every new tab. Capture thoughts faster."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Tab Notes |
ID | mhgiefelomcdfcdbknkkohpibdpbdhmo |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-notes/mhgiefelomcdfcdbknkkohpibdpbdhmo |
विवरण | New note in every new tab. Capture thoughts faster. |
फ़ाइल का आकार | 116 KB |
स्थापना संख्या | 6,175 |
वर्तमान संस्करण | 0.8 |
अंतिम अपडेट | 2019-03-11 |
प्रकाशन तिथि | 2019-03-11 |
रेटिंग | 4.16/5 कुल 61 रेटिंग्स |
डेवलपर | Maciej Szafraniec |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |