Focuster for Chrome

Focuster is a focus management tool for professionals and entrepreneurs. Get Focuster as your new tab screen and more.

Focuster for Chrome란 무엇입니까?

Focuster for Chrome은(는) http://focuster.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Focuster is a focus management tool for professionals and entrepreneurs. Get Focuster as your new tab screen and more."입니다.

확장 프로그램 스크린샷

screenshot

Focuster for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Focuster helps professionals and entrepreneurs to better manage their most precious resource - Focus.

Learn more and signup at http://focuster.com

Focuster Chrome enhances your experience:

- Focuster New Tab: Don't let priorities get out of sight.  When you open a new tab in Chrome, you will see Focuster.

- Quick Capture: Easily capture things you need to do later without losing your flow.  Simply press Control-Shift-9 (Windows/Linux) or Command-Shift-9 (Mac) to open Focuster's quick capture window.

We love feedback and want to hear yours! E-mail it to [email protected]                    

확장 프로그램 기본 정보

이름 Focuster for Chrome Focuster for Chrome
ID bafpjfpmoemfbpekbjgcfclkcokknpdj
공식 URL https://chrome.google.com/webstore/detail/focuster-for-chrome/bafpjfpmoemfbpekbjgcfclkcokknpdj
설명 Focuster is a focus management tool for professionals and entrepreneurs. Get Focuster as your new tab screen and more.
파일 크기 14.77 KB
설치 횟수 163
현재 버전 1.0.6
최근 업데이트 2019-11-04
출시 날짜 2019-11-04
평점 4.83/5 총 6 개의 평점
개발자 http://focuster.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.focuster.com
도움말 페이지 URL https://help.focuster.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focuster for Chrome",
    "description": "Focuster is a focus management tool for professionals and entrepreneurs. Get Focuster as your new tab screen and more.",
    "version": "1.0.6",
    "icons": {
        "16": "icon-16.png",
        "96": "icon-96.png",
        "144": "icon-144.png"
    },
    "commands": {
        "quick-capture": {
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            },
            "description": "Capture ideas quickly in Focuster with a Quick Capture window.",
            "global": true
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "96": "icon-96.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.focuster.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs"
    ]
}