Min New Tab
A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
Apa itu Min New Tab?
Min New Tab adalah ekstensi Chrome yang dikembangkan oleh Stanley Lim, dan fitur utamanya adalah "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Min New Tab
Unduh file ekstensi Min New Tab 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
Min is a beautiful lightweight alternative to the regular new tab page for Google Chrome that focuses on simplifying your browsing experience without removing essential features. Min will work on any computer with Chrome and all information will sync across devices. Min displays breathtaking photos that truly inspires along with a distraction free design and elegant fonts. Images are provided by Unspalsh. https://unsplash.com
Informasi Dasar Ekstensi
Nama | |
ID | ceaabelmocjaianlmapkjobmmhgjhbho |
URL Resmi | https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho |
Deskripsi | A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more. |
Ukuran File | 51.95 KB |
Jumlah Instalasi | 73 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2016-07-29 |
Tanggal Publikasi | 2016-07-29 |
Penilaian | 4.60/5 Total 5 Penilaian |
Pengembang | Stanley Lim |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "description": "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "js": [ "js\/jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 2, "permissions": [ "storage", "topSites" ], "offline_enabled": true, "name": "Min New Tab", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |