Elementary New Tab
Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
Qu'est-ce que Elementary New Tab ?
Elementary New Tab est une extension Chrome développée par Gamake, et sa fonction principale est "Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Elementary New Tab
Téléchargez les fichiers d'extension Elementary New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
💎 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
Informations de Base sur l'Extension
Nom | |
ID | nkchlojdkebfdanfjngpdimocljgpfhh |
URL Officiel | https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh |
Description | Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser |
Taille du Fichier | 2.92 MB |
Nombre d'Installations | 72 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2021-01-17 |
Date de Publication | 2020-12-20 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Gamake |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |