If You're Bored... New Tab
New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Apa itu If You're Bored... New Tab?
If You're Bored... New Tab adalah ekstensi Chrome yang dikembangkan oleh johannes.santen, dan fitur utamanya adalah "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi If You're Bored... New Tab
Unduh file ekstensi If You're Bored... 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
This extension replaces the default new tab page in chrome with an editable list. The idea is that if you're opening a new tab because you're bored, you'll see a list of things you could be doing instead of wasting your time on the internet.
Informasi Dasar Ekstensi
Nama | If You're Bored... New Tab |
ID | ighnmhifdfldfhjnfplnmmjlfpjlbbci |
URL Resmi | https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci |
Deskripsi | New tab page that shows list of things you could be doing instead of wasting your time on the internet. |
Ukuran File | 99.84 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-05-14 |
Tanggal Publikasi | 2017-05-14 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | johannes.santen |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "If You're Bored... New Tab", "description": "New tab page that shows list of things you could be doing instead of wasting your time on the internet.", "version": "1.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "ifyourebored.html" } } |