Naru

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

O que é Naru?

Naru é uma extensão do Chrome desenvolvida por Naru, e sua principal característica é "Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Naru

Baixe arquivos de extensão Naru no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Naru Naru
ID lglfgdaoapbnoigdlbkfokdihmeppool
URL Oficial https://chromewebstore.google.com/detail/naru/lglfgdaoapbnoigdlbkfokdihmeppool
Descrição Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
Tamanho do Arquivo 1.4 MB
Contagem de Instalações 17
Versão Atual 0.1.1
Última Atualização 2020-10-29
Data de Publicação 2020-07-02
Desenvolvedor Naru
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://naru.app/
Idiomas Suportados 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"
}