Pacer

A productivity tool that nudges you every X minutes to help pace yourself.

Apa itu Pacer?

Pacer adalah ekstensi Chrome yang dikembangkan oleh http://falcondai.com, dan fitur utamanya adalah "A productivity tool that nudges you every X minutes to help pace yourself.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pacer

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

                                            

Informasi Dasar Ekstensi

Nama Pacer Pacer
ID ooeamnobedpgkckfbgcfcflhglafjfkc
URL Resmi https://chrome.google.com/webstore/detail/pacer/ooeamnobedpgkckfbgcfcflhglafjfkc
Deskripsi A productivity tool that nudges you every X minutes to help pace yourself.
Ukuran File 298 KB
Jumlah Instalasi 262
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2013-09-21
Tanggal Publikasi 2013-09-21
Penilaian 3.80/5 Total 5 Penilaian
Pengembang http://falcondai.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/falcondai/chrome-ext-pacer
URL Halaman Bantuan https://github.com/falcondai/chrome-ext-pacer/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pacer",
    "version": "0.2.1",
    "manifest_version": 2,
    "author": "Falcon Dai",
    "icons": {
        "128": "\/assets\/image\/logo.png"
    },
    "description": "A productivity tool that nudges you every X minutes to help pace yourself.",
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "web_accessible_resources": [
        "\/assets\/image\/logo.png"
    ]
}