Motivation

Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.

Apa itu Motivation?

Motivation adalah ekstensi Chrome yang dikembangkan oleh Dmytrii Lysak, dan fitur utamanya adalah "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".

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

                        Replace new tab page with Motivation. Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. Click to preview: https://motivation-new-tab.github.io/                    

Informasi Dasar Ekstensi

Nama Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
URL Resmi https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
Deskripsi Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
Ukuran File 2.01 MB
Jumlah Instalasi 629
Versi Saat Ini 0.6.6.1
Terakhir Diperbarui 2024-01-22
Tanggal Publikasi 2020-06-07
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Dmytrii Lysak
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://motivation-new-tab.github.io/
URL Halaman Bantuan https://github.com/Lysak/motivation/
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": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6.6.1"
}