Landscapes In Your New Tab
Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.
¿Qué es Landscapes In Your New Tab?
Landscapes In Your New Tab es una extensión de Chrome desarrollada por Kleveer Ltd, y su función principal es "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Landscapes In Your New Tab
Descarga archivos de extensión Landscapes In Your New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | fmdfnigadlmkmhilakkkidahojieddpc |
URL Oficial | https://chrome.google.com/webstore/detail/landscapes-in-your-new-ta/fmdfnigadlmkmhilakkkidahojieddpc |
Descripción | Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from. |
Tamaño del Archivo | 237 KB |
Cantidad de Instalaciones | 9,131 |
Versión Actual | 0.0.39 |
Última Actualización | 2022-06-09 |
Fecha de Publicación | 2022-06-09 |
Calificación | 2.00/5 Total de 1 Calificaciones |
Desarrollador | Kleveer Ltd |
Correo electrónico | [email protected] |
URL de la Página de Política de Privacidad | https://landscape-theme.com/privacy.html |
Idiomas Soportados | 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\/*" ] } |