Naru

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

Was ist Naru?

Naru ist eine Chrome-Erweiterung, die von Naru entwickelt wurde, und ihr Hauptmerkmal ist "Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Naru-Erweiterungs-CRX-Datei herunterladen

Laden Sie Naru-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Naru Naru
ID lglfgdaoapbnoigdlbkfokdihmeppool
Offizielle URL https://chromewebstore.google.com/detail/naru/lglfgdaoapbnoigdlbkfokdihmeppool
Beschreibung Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
Dateigröße 1.4 MB
Installationsanzahl 17
Aktuelle Version 0.1.1
Letztes Update 2020-10-29
Veröffentlichungsdatum 2020-07-02
Entwickler Naru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://naru.app/
Unterstützte Sprachen 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"
}