Naru
Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
¿Qué es Naru?
Naru es una extensión de Chrome desarrollada por Naru, y su función principal es "Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Naru
Descarga archivos de extensión Naru en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | Naru |
ID | lglfgdaoapbnoigdlbkfokdihmeppool |
URL Oficial | https://chromewebstore.google.com/detail/naru/lglfgdaoapbnoigdlbkfokdihmeppool |
Descripción | Naru is a prioritization board that helps supercharge your focus and gets you to tab 0. |
Tamaño del Archivo | 1.4 MB |
Cantidad de Instalaciones | 17 |
Versión Actual | 0.1.1 |
Última Actualización | 2020-10-29 |
Fecha de Publicación | 2020-07-02 |
Desarrollador | Naru |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://naru.app/ |
Idiomas Soportados | 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" } |