Future Tabs

Future Tabs

¿Qué es Future Tabs?

Future Tabs es una extensión de Chrome desarrollada por futuretab-dev, y su función principal es "Future Tabs".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Future Tabs

Descarga archivos de extensión Future Tabs 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

                        Give your tab a new look!
With this extension you can easily change the standard page background to a beautiful image. Transform your tab with Future Tab by making it beautiful and convenient.

Features:
- Displays weather and time in your location
- Enhanced search with Bing

If you still have any ideas to improve or add to the extension, do not hesitate to contact us and we promise that we will make every effort to improve it. By clicking "Add to chrome", I accept and agree to install the "Future Tabs" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use and Privacy Policy. The extension uses permission the current location of user's device.
Terms of Use / End User License Agreement
https://extsolutiontechadv.com/terms_of_use.html
Privacy Policy
https://extsolutiontechadv.com/privacy_policy.html
Contact Us
https://extsolutiontechadv.com/contacts.html
Uninstall
https://extsolutiontechadv.com/lp/futuretab/uninstall.html                    

Información Básica de la Extensión

Nombre Future Tabs Future Tabs
ID ofkkineedekacdmfcmgbdifbenfolphc
URL Oficial https://chrome.google.com/webstore/detail/future-tabs/ofkkineedekacdmfcmgbdifbenfolphc
Descripción Future Tabs
Tamaño del Archivo 2.46 MB
Cantidad de Instalaciones 61,918
Versión Actual 1.0.1
Última Actualización 2021-07-04
Fecha de Publicación 2021-06-26
Calificación 4.93/5 Total de 108 Calificaciones
Desarrollador futuretab-dev
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://extsolutiontechadv.com/privacy_policy.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "ico.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "description": "Future Tabs",
    "icons": {
        "128": "ico.png"
    },
    "manifest_version": 2,
    "name": "Future Tabs",
    "version": "1.0.1"
}