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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}