Elementary New Tab
Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
Apa itu Elementary New Tab?
Elementary New Tab adalah ekstensi Chrome yang dikembangkan oleh Gamake, dan fitur utamanya adalah "Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Elementary New Tab
Unduh file ekstensi Elementary 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
💎 Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser. ✨ Fast switching of the search service Google, Yandex, Bing, choose what you need with one click. ✨ Extensive gallery of quality images for the background of your page ✨ Minimalistic customizable tabs for quick access to your favorite sites
Informasi Dasar Ekstensi
Nama | |
ID | nkchlojdkebfdanfjngpdimocljgpfhh |
URL Resmi | https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh |
Deskripsi | Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser |
Ukuran File | 2.92 MB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2021-01-17 |
Tanggal Publikasi | 2020-12-20 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Gamake |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | de,en,fr,tr,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Elementary New Tab", "description": "__MSG_extDescription__", "version": "1.0.4", "default_locale": "en", "manifest_version": 2, "icons": { "16": "assets\/images\/icons\/icon_16.png", "48": "assets\/images\/icons\/icon_48.png", "128": "assets\/images\/icons\/icon_128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "topSites", "*:\/\/wallhaven.cc\/*" ] } |