Naru
Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
Naru क्या है?
Naru Naru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Naru is a prioritization board that helps supercharge your focus and gets you to tab 0."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Naru एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use Naru To ✍️ Instantly Take Notes* Never lose inspiration. Naru is a browser extension that's there to help you capture a breakthrough when you need it. 〰️ Stay in Flow Naru meets you where you’re at in the browser and helps you unblock yourself to focus on your top of mind priorities. 🙅 Quit Tab Hoarding Instantly save your location inside webpages and make note of what to get back to. Tab hoarding is so last decade. For more info. Get in touch [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Naru |
ID | lglfgdaoapbnoigdlbkfokdihmeppool |
आधिकारिक URL | https://chromewebstore.google.com/detail/naru/lglfgdaoapbnoigdlbkfokdihmeppool |
विवरण | Naru is a prioritization board that helps supercharge your focus and gets you to tab 0. |
फ़ाइल का आकार | 1.4 MB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2020-10-29 |
प्रकाशन तिथि | 2020-07-02 |
डेवलपर | Naru |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://naru.app/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Naru", "version": "0.1.1", "description": "Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.", "manifest_version": 2, "permissions": [ "activeTab", "tabs", "storage", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "name": "Toggle Naru" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "index.html", "hotkeys.min.js" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "iframe.js", "hotkeys.min.js" ] } ], "short_name": "Naru" } |