Naru

Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.

Wat is Naru?

Naru is een Chrome-extensie ontwikkeld door Naru, en de belangrijkste functie is "Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Naru

Download Naru-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Naru Naru
ID lglfgdaoapbnoigdlbkfokdihmeppool
Officiële URL https://chromewebstore.google.com/detail/naru/lglfgdaoapbnoigdlbkfokdihmeppool
Beschrijving Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
Bestandsgrootte 1.4 MB
Aantal Installaties 17
Huidige Versie 0.1.1
Laatst Bijgewerkt 2020-10-29
Publicatiedatum 2020-07-02
Ontwikkelaar Naru
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://naru.app/
Ondersteunde Talen 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"
}