Dark Motivation
Replace the new tab page with Dark Motivation
Apa itu Dark Motivation?
Dark Motivation adalah ekstensi Chrome yang dikembangkan oleh calebboyd, dan fitur utamanya adalah "Replace the new tab page with Dark Motivation".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dark Motivation
Unduh file ekstensi Dark 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
Displays your age counting up in a new tab with a dark background. Based on the popular light variant: "Motivation"
Informasi Dasar Ekstensi
Nama | |
ID | dagpoeofiamcohplgpomgfmmhdlffidd |
URL Resmi | https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd |
Deskripsi | Replace the new tab page with Dark Motivation |
Ukuran File | 96.48 KB |
Jumlah Instalasi | 1,391 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-03-10 |
Tanggal Publikasi | 2018-03-09 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | calebboyd |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
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 the new tab page with Dark Motivation", "manifest_version": 2, "name": "Dark Motivation", "offline_enabled": true, "version": "1.0" } |