Naru
Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
ما هو Naru؟
Naru هو إضافة Chrome تم تطويرها بواسطة Naru، والميزة الرئيسية لها هي "Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Naru
قم بتنزيل ملفات الامتداد Naru بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } |