nuTab
Capture your thoughts and save favorite pages in a new tab
nuTab क्या है?
nuTab https://nutab.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture your thoughts and save favorite pages in a new tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में nuTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | hbflaeaeaoabekejplknlenmohgoaodj |
| आधिकारिक URL | https://chromewebstore.google.com/detail/nutab/hbflaeaeaoabekejplknlenmohgoaodj |
| विवरण | Capture your thoughts and save favorite pages in a new tab |
| फ़ाइल का आकार | 709 KB |
| स्थापना संख्या | 1,917 |
| वर्तमान संस्करण | 1.1.2 |
| अंतिम अपडेट | 2023-10-03 |
| प्रकाशन तिथि | 2020-05-13 |
| रेटिंग | 4.50/5 कुल 20 रेटिंग्स |
| डेवलपर | https://nutab.co |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://nutab.co |
| समर्थित भाषाएँ | 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"
}
} | |