Approaching

Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.

Apa itu Approaching?

Approaching adalah ekstensi Chrome yang dikembangkan oleh http://natedelage.com, dan fitur utamanya adalah "Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Approaching

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

                        Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.                    

Informasi Dasar Ekstensi

Nama Approaching Approaching
ID pfeinjabklfaiidkiifdbknijemhkjok
URL Resmi https://chrome.google.com/webstore/detail/approaching/pfeinjabklfaiidkiifdbknijemhkjok
Deskripsi Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.
Ukuran File 208 KB
Jumlah Instalasi 121
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-06-15
Tanggal Publikasi 2015-06-15
Penilaian 4.00/5 Total 3 Penilaian
Pengembang http://natedelage.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Approaching",
    "short_name": "Approaching",
    "description": "Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}