Focus Cat

Increase productivity by temporarily blocking websites.

Was ist Focus Cat?

Focus Cat ist eine Chrome-Erweiterung, die von RayZ entwickelt wurde, und ihr Hauptmerkmal ist "Increase productivity by temporarily blocking websites.".

Erweiterungsscreenshots

screenshot

Focus Cat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Focus Cat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Are you easily distracted? Do you find yourself browsing Facebook or some other distraction and you don't even know how you got there?

Focus Cat is here to help!

Just install this plugin, and you're good to go. Focus Cat comes with a few default distraction websites.                    

Grundlegende Informationen zur Erweiterung

Name Focus Cat Focus Cat
ID bjejgjoblboddchpklahjbkmgfeilodi
Offizielle URL https://chrome.google.com/webstore/detail/focus-cat/bjejgjoblboddchpklahjbkmgfeilodi
Beschreibung Increase productivity by temporarily blocking websites.
Dateigröße 6.77 MB
Installationsanzahl 67
Aktuelle Version 1.21
Letztes Update 2017-02-16
Veröffentlichungsdatum 2017-02-16
Bewertung 4.63/5 Insgesamt 8 Bewertungen
Entwickler RayZ
Zahlungsart free
Erweiterungswebsite http://www.rayz.io
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Cat",
    "description": "Increase productivity by temporarily blocking websites.",
    "version": "1.21",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Enter websites that distract you"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "distraction.html",
        ".\/assets\/sad_cat.jpg"
    ]
}