Focus

Helps you focus on your work.

Apa itu Focus?

Focus adalah ekstensi Chrome yang dikembangkan oleh Jonathan Lau, dan fitur utamanya adalah "Helps you focus on your work.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Focus

Unduh file ekstensi Focus 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

                        Focus helps you concentrate on your work by helping you break the habit of sidetracking while working online.                    

Informasi Dasar Ekstensi

Nama Focus Focus
ID pnegnppkaeiplckejhallfpiehlbbink
URL Resmi https://chromewebstore.google.com/detail/focus/pnegnppkaeiplckejhallfpiehlbbink
Deskripsi Helps you focus on your work.
Ukuran File 464 KB
Jumlah Instalasi 162
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2021-03-25
Tanggal Publikasi 2015-03-02
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Jonathan Lau
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focus",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Helps you focus on your work.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background\/index.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Focus"
    },
    "options_page": "main\/settings.html",
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "notifications"
    ]
}