Naru

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

Naruとは何ですか?

NaruはNaruによって開発されたChromeの拡張機能で、その主な機能は「Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Naru拡張機能のCRXファイルをダウンロード

Naru拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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]                    

拡張機能の基本情報

名前 Naru Naru
ID lglfgdaoapbnoigdlbkfokdihmeppool
公式URL https://chromewebstore.google.com/detail/naru/lglfgdaoapbnoigdlbkfokdihmeppool
説明 Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
ファイルサイズ 1.4 MB
インストール数 17
現在のバージョン 0.1.1
最終更新日 2020-10-29
公開日 2020-07-02
開発者 Naru
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://naru.app/
対応言語 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"
}