Naru
Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
什么是Naru?
Naru是由Naru开发的Chrome扩展程序,该扩展的主要功能是“Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.”。
扩展截图
下载Naru扩展crx文件
下载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" } |