Restraint

Block distracting websites for five minutes or five hours or all day.

Co to jest Restraint?

Restraint to rozszerzenie Chrome opracowane przez divdahv, a jego główną funkcją jest „Block distracting websites for five minutes or five hours or all day.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Restraint

Pobierz pliki rozszerzeń Restraint w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension adds a little red button to your browser that you should click when you notice yourself getting distracted by a website. Adjust the timer, click the Block button, and free yourself from the grips of your favorite distraction.                    

Podstawowe informacje o rozszerzeniu

Nazwa Restraint Restraint
ID nghnabbcbelnoodmcbpaellgiillclbo
Oficjalny URL https://chrome.google.com/webstore/detail/restraint/nghnabbcbelnoodmcbpaellgiillclbo
Opis Block distracting websites for five minutes or five hours or all day.
Rozmiar pliku 101 KB
Liczba instalacji 11
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2014-04-28
Data Publikacji 2014-04-28
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper divdahv
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Restraint",
    "version": "1.6",
    "author": "David Struewing",
    "description": "Block distracting websites for five minutes or five hours or all day.",
    "icons": {
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "chrome-extension:\/\/pmfjccjkgpgjfkednjngklmoeckidkka\/blocked.html"
        ]
    },
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "19": "\/icons\/icon19.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "blocked.html"
    ]
}