Landscapes In Your New Tab
Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.
Qu'est-ce que Landscapes In Your New Tab ?
Landscapes In Your New Tab est une extension Chrome développée par Kleveer Ltd, et sa fonction principale est "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Landscapes In Your New Tab
Téléchargez les fichiers d'extension Landscapes In Your 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
Landscapes In Your New Tab fills your new tabs with amazing landscape backgrounds, you can select from a wide range of backgrounds for you to enjoy every time you open a new tab. To change the background image click the Change Background Icon in the top right on new tab. By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below. Please note this extension changes your new tab search to results powered by bing.com. https://landscape-theme.com/privacy.html https://landscape-theme.com/terms.html
Informations de Base sur l'Extension
Nom | |
ID | fmdfnigadlmkmhilakkkidahojieddpc |
URL Officiel | https://chrome.google.com/webstore/detail/landscapes-in-your-new-ta/fmdfnigadlmkmhilakkkidahojieddpc |
Description | Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from. |
Taille du Fichier | 237 KB |
Nombre d'Installations | 9,131 |
Version Actuelle | 0.0.39 |
Dernière Mise à Jour | 2022-06-09 |
Date de Publication | 2022-06-09 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | Kleveer Ltd |
[email protected] | |
URL de la Page de Politique de Confidentialité | https://landscape-theme.com/privacy.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Landscapes In Your New Tab", "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "background": { "service_worker": "background.bundle.js" }, "icons": { "48": "icon-128.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 3, "description": "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.", "version": "0.0.39", "host_permissions": [ "*:\/\/landscape-theme.com\/*" ] } |