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…

Apa itu Better things to do?

Better things to do adalah ekstensi Chrome yang dikembangkan oleh Artem Tyurin, dan fitur utamanya adalah "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…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Better things to do

Unduh file ekstensi Better things to do dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
URL Resmi https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Deskripsi 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…
Ukuran File 383 KB
Jumlah Instalasi 13
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2017-02-25
Tanggal Publikasi 2017-02-25
Pengembang Artem Tyurin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/agentcooper/better-things-to-do
URL Halaman Bantuan https://github.com/agentcooper/better-things-to-do/issues
Bahasa yang Didukung 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"
    ]
}