Naru
Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
Cos'è Naru?
Naru è un'estensione di Chrome sviluppata da Naru, e la sua funzione principale è "Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Naru
Scarica i file di estensione Naru in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | Naru |
ID | lglfgdaoapbnoigdlbkfokdihmeppool |
URL Ufficiale | https://chromewebstore.google.com/detail/naru/lglfgdaoapbnoigdlbkfokdihmeppool |
Descrizione | Naru is a prioritization board that helps supercharge your focus and gets you to tab 0. |
Dimensione del File | 1.4 MB |
Conteggio Installazioni | 17 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2020-10-29 |
Data di Pubblicazione | 2020-07-02 |
Sviluppatore | Naru |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://naru.app/ |
Lingue Supportate | 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" } |