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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |