Motivation

Replace new tab page with Motivation

Apa itu Motivation?

Motivation adalah ekstensi Chrome yang dikembangkan oleh maccman, dan fitur utamanya adalah "Replace new tab page with Motivation".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Motivation

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

                        Replaces your 'new-tab' page with a real-time counter showing your current age.                    

Informasi Dasar Ekstensi

Nama Motivation Motivation
ID ofdgfpchbidcgncgfpdlpclnpaemakoj
URL Resmi https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj
Deskripsi Replace new tab page with Motivation
Ukuran File 96.48 KB
Jumlah Instalasi 37,605
Versi Saat Ini 0.6
Terakhir Diperbarui 2014-07-18
Tanggal Publikasi 2014-07-17
Penilaian 4.44/5 Total 412 Penilaian
Pengembang maccman
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6"
}