eTab
An extension that will provide you with a motivating picture whenever you open a new tab in your browser.
¿Qué es eTab?
eTab es una extensión de Chrome desarrollada por Locksley Ltd, y su función principal es "An extension that will provide you with a motivating picture whenever you open a new tab in your browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión eTab
Descarga archivos de extensión eTab 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
Looking for a way to spruce up your browsing experience? Look no further than this fantastic extension! With just a quick installation, you can enjoy beautiful, high-quality images every time you open a new tab in your web browser. Whether you're searching for inspiration, taking a quick break from work, or simply looking to add some visual interest to your daily routine, this extension is the perfect way to enhance your browsing experience. So why wait? Install now and start enjoying stunning, eye-catching images every time you open a new tab! To change the background image click the Change Background Icon in the top right on new tab. Search results are provided by Microsoft Bing. Privacy Policy: https://etab-extension.com/privacy-policy Terms of Use: https://etab-extension.com/terms-and-conditions
Información Básica de la Extensión
Nombre | |
ID | idnfpcpfaamcjidcakmafaffmepnkhle |
URL Oficial | https://chrome.google.com/webstore/detail/etab/idnfpcpfaamcjidcakmafaffmepnkhle |
Descripción | An extension that will provide you with a motivating picture whenever you open a new tab in your browser. |
Tamaño del Archivo | 234 KB |
Cantidad de Instalaciones | 7,787 |
Versión Actual | 1.5 |
Última Actualización | 2023-09-10 |
Fecha de Publicación | 2016-09-05 |
Calificación | 4.44/5 Total de 9 Calificaciones |
Desarrollador | Locksley Ltd |
Correo electrónico | [email protected] |
URL de la Página de Política de Privacidad | https://etabextension.com/privacy.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eTab", "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" }, "host_permissions": [ "*:\/\/etabextension.com\/*" ], "manifest_version": 3, "description": "An extension that will provide you with a motivating picture whenever you open a new tab in your browser.", "version": "1.5" } |