Deep Work

Go to focussed mode in chrome, where only single active tab is always maintained

Apa itu Deep Work?

Deep Work adalah ekstensi Chrome yang dikembangkan oleh https://www.censore.blogspot.com, dan fitur utamanya adalah "Go to focussed mode in chrome, where only single active tab is always maintained".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Deep Work

Unduh file ekstensi Deep Work 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

                        Deep Work is a simple extension that allows you to do focussed research. 

1. On entering Focus mode, all the current tabs are closed. 
2. A new tab with Google search opens. 
3. Now at max, only 3 tabs can be opened. 
4. On exiting this mode, all the closed tabs are restored.

To enter the Focus Mode Click on the App icon. 

On exit, again click on the app icon                    

Informasi Dasar Ekstensi

Nama Deep Work Deep Work
ID pbgopachkoeiehhlkfffeigalclpojnc
URL Resmi https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc
Deskripsi Go to focussed mode in chrome, where only single active tab is always maintained
Ukuran File 14.17 KB
Jumlah Instalasi 149
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2018-07-25
Tanggal Publikasi 2018-07-25
Penilaian 3.33/5 Total 3 Penilaian
Pengembang https://www.censore.blogspot.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/biplav/Deep-Work
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deep Work",
    "description": "Go to focussed mode in chrome, where only single active tab is always maintained",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "38": "icons\/disabled_38.png"
        },
        "default_title": "Focus Mode"
    },
    "icons": {
        "200": "icons\/enabled.png"
    },
    "manifest_version": 2
}