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…

Vad är Better things to do?

Better things to do är en Chrome-tillägg utvecklad av Artem Tyurin, och dess huvudfunktion är "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…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Better things to do-förlängningens CRX-fil

Ladda ner Better things to do-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
Officiell webbadress https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Beskrivning 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…
Filstorlek 383 KB
Antal Installationer 13
Aktuell Version 0.0.5
Senast Uppdaterad 2017-02-25
Publiceringsdatum 2017-02-25
Utvecklare Artem Tyurin
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/agentcooper/better-things-to-do
Hjälpsida URL https://github.com/agentcooper/better-things-to-do/issues
Stödda Språk 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"
    ]
}