Focus Cat

Increase productivity by temporarily blocking websites.

Hvad er Focus Cat?

Focus Cat er en Chrome-udvidelse udviklet af RayZ, og dens hovedfunktion er "Increase productivity by temporarily blocking websites.".

Udvidelsesskærmbilleder

screenshot

Download Focus Cat-udvidelses-CRX-fil

Download Focus Cat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Focus Cat Focus Cat
ID bjejgjoblboddchpklahjbkmgfeilodi
Officiel URL https://chrome.google.com/webstore/detail/focus-cat/bjejgjoblboddchpklahjbkmgfeilodi
Beskrivelse Increase productivity by temporarily blocking websites.
Filstørrelse 6.77 MB
Antal Installationer 67
Nuværende Version 1.21
Senest Opdateret 2017-02-16
Udgivelsesdato 2017-02-16
Bedømmelse 4.63/5 Samlet 8 Bedømmelser
Udvikler RayZ
Betalingsmetode free
Udvidelseswebsted http://www.rayz.io
Understøttede Sprog 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"
    ]
}