Elementary New Tab
Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
Co to jest Elementary New Tab?
Elementary New Tab to rozszerzenie Chrome opracowane przez Gamake, a jego główną funkcją jest „Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Elementary New Tab
Pobierz pliki rozszerzeń Elementary New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
💎 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nkchlojdkebfdanfjngpdimocljgpfhh |
Oficjalny URL | https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh |
Opis | Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser |
Rozmiar pliku | 2.92 MB |
Liczba instalacji | 72 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2021-01-17 |
Data Publikacji | 2020-12-20 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Gamake |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |