Focuster for Chrome

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

Wat is Focuster for Chrome?

Focuster for Chrome is een Chrome-extensie ontwikkeld door http://focuster.com, en de belangrijkste functie is "Focuster is a focus management tool for professionals and entrepreneurs. Get Focuster as your new tab screen and more.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Focuster for Chrome

Download Focuster for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Focuster for Chrome Focuster for Chrome
ID bafpjfpmoemfbpekbjgcfclkcokknpdj
Officiële URL https://chrome.google.com/webstore/detail/focuster-for-chrome/bafpjfpmoemfbpekbjgcfclkcokknpdj
Beschrijving Focuster is a focus management tool for professionals and entrepreneurs. Get Focuster as your new tab screen and more.
Bestandsgrootte 14.77 KB
Aantal Installaties 163
Huidige Versie 1.0.6
Laatst Bijgewerkt 2019-11-04
Publicatiedatum 2019-11-04
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar http://focuster.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.focuster.com
Help Pagina-URL https://help.focuster.com/
Ondersteunde Talen 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"
    ]
}