Naru
Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
Naru là gì?
Naru là một tiện ích mở rộng Chrome được phát triển bởi Naru, và tính năng chính của nó là "Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Naru
Tải xuống các tệp mở rộng Naru dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Naru |
ID | lglfgdaoapbnoigdlbkfokdihmeppool |
URL Chính Thức | https://chromewebstore.google.com/detail/naru/lglfgdaoapbnoigdlbkfokdihmeppool |
Mô tả | Naru is a prioritization board that helps supercharge your focus and gets you to tab 0. |
Kích Thước Tệp | 1.4 MB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2020-10-29 |
Ngày Phát Hành | 2020-07-02 |
Nhà Phát Triển | Naru |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://naru.app/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |