Better things to do

Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…

Co to jest Better things to do?

Better things to do to rozszerzenie Chrome opracowane przez Artem Tyurin, a jego główną funkcją jest „Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Better things to do

Pobierz pliki rozszerzeń Better things to do 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

                        Dead simple Chrome extension to save up some time.

You add a website to the list and the extension asks you to wait for 60 seconds before visiting it. Timer stops if the tab is not active.

Source code: https://github.com/agentcooper/better-things-to-do.                    

Podstawowe informacje o rozszerzeniu

Nazwa Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
Oficjalny URL https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Opis Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…
Rozmiar pliku 383 KB
Liczba instalacji 13
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2017-02-25
Data Publikacji 2017-02-25
Deweloper Artem Tyurin
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/agentcooper/better-things-to-do
Adres URL Strony Pomocy https://github.com/agentcooper/better-things-to-do/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better things to do",
    "version": "0.0.5",
    "author": "Artem Tyurin ",
    "background": {
        "scripts": [
            "dist\/background.bundle.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "index.html",
        "dist\/bundle.js",
        "dist\/style.css"
    ]
}