Motivation-huh?
Replace new tab page with Motivation
Apa itu Motivation-huh??
Motivation-huh? adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replace new tab page with Motivation".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Motivation-huh?
Unduh file ekstensi Motivation-huh? 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
modify from https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj countdown your TTL
Informasi Dasar Ekstensi
Nama | Motivation-huh? |
ID | gjiindielolnpcmjbhiojfpojlodnicl |
URL Resmi | https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl |
Deskripsi | Replace new tab page with Motivation |
Ukuran File | 96.61 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-12-26 |
Tanggal Publikasi | 2014-12-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
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-huh?", "offline_enabled": true, "version": "0.1" } |