Elementary New Tab
Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
Vad är Elementary New Tab?
Elementary New Tab är en Chrome-tillägg utvecklad av Gamake, och dess huvudfunktion är "Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser".
Tilläggsskärmbilder
Ladda ner Elementary New Tab-förlängningens CRX-fil
Ladda ner Elementary New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
💎 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
Grundläggande Information om Tillägg
Namn | |
ID | nkchlojdkebfdanfjngpdimocljgpfhh |
Officiell webbadress | https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh |
Beskrivning | Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser |
Filstorlek | 2.92 MB |
Antal Installationer | 72 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2021-01-17 |
Publiceringsdatum | 2020-12-20 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Gamake |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |