Back To Work!

Display a notification on selected websites to remind you to get back to work.

Apa itu Back To Work!?

Back To Work! adalah ekstensi Chrome yang dikembangkan oleh rhnvrm, dan fitur utamanya adalah "Display a notification on selected websites to remind you to get back to work.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Back To Work!

Unduh file ekstensi Back To 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

                        Display a small notification on selected websites to remind you to get back to work. 

It's OpenSource Too! You can contribute to the extension with your ideas and code at https://github.com/rhnvrm/back2work                    

Informasi Dasar Ekstensi

Nama Back To Work! Back To Work!
ID njaifcgiknihkjofpbjhfpmhjicblgoo
URL Resmi https://chromewebstore.google.com/detail/back-to-work/njaifcgiknihkjofpbjhfpmhjicblgoo
Deskripsi Display a notification on selected websites to remind you to get back to work.
Ukuran File 1.66 MB
Jumlah Instalasi 38
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2016-04-02
Tanggal Publikasi 2016-04-02
Penilaian 4.33/5 Total 3 Penilaian
Pengembang rhnvrm
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Back To Work!",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "author": "Rohan Verma (rhnvrm) ",
    "homepage_url": "http:\/\/rohanverma.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "chrome_style": true
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/assets\/sounds\/*"
    ]
}