Naru

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

Co to jest Naru?

Naru to rozszerzenie Chrome opracowane przez Naru, a jego główną funkcją jest „Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Naru

Pobierz pliki rozszerzeń Naru w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Naru Naru
ID lglfgdaoapbnoigdlbkfokdihmeppool
Oficjalny URL https://chromewebstore.google.com/detail/naru/lglfgdaoapbnoigdlbkfokdihmeppool
Opis Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
Rozmiar pliku 1.4 MB
Liczba instalacji 17
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2020-10-29
Data Publikacji 2020-07-02
Deweloper Naru
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://naru.app/
Obsługiwane Języki 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"
}