Technology Backgrounds
This is the Technology background extension.
¿Qué es Technology Backgrounds?
Technology Backgrounds es una extensión de Chrome desarrollada por Brand Click, y su función principal es "This is the Technology background extension.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Technology Backgrounds
Descarga archivos de extensión Technology Backgrounds 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
This extension allows you to set your New Tab Background to a Technology themed background as well as new custom search on your new tab. Additionally, you will have the current date and day of the week right on your new tab. This extension changes your default New Tab to Technology themed images of your choice. This Extension also allows you to search the web directly from your new tab. Choose from one of several Technology themed images. Change your selection at any time with an easy to use settings page. By clicking "Add to chrome" I accept and agree to installing the Technology Backgrounds Chrome extension and setting Chrome™ New Tab to that provided by the service, the Privacy Policy, and Terms of Use. Your search provider will be Microsoft Bing. Permissions Required: -NewTab Override https://brandclick.com/privacy-policy https://brandclick.com/terms-of-service
Información Básica de la Extensión
Nombre | Technology Backgrounds |
ID | dcdjhpkampgckpejeeckifnmlmijjilm |
URL Oficial | https://chromewebstore.google.com/detail/technology-backgrounds/dcdjhpkampgckpejeeckifnmlmijjilm |
Descripción | This is the Technology background extension. |
Tamaño del Archivo | 2.62 MB |
Cantidad de Instalaciones | 13,469 |
Versión Actual | 3.7 |
Última Actualización | 2023-12-13 |
Fecha de Publicación | 2020-05-08 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | Brand Click |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://brandclick.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Technology Backgrounds", "description": "This is the Technology background extension.", "version": "3.7", "browser_action": [], "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |