Brisk

Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around

¿Qué es Brisk?

Brisk es una extensión de Chrome desarrollada por brisk-tab.com, y su función principal es "Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Brisk

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

                        Brisk tab is a fun and dynamic new tab extension for your browser.

With Brisk tab, you can customize your new tab page and achieve a completely new look of your browser.

By clicking "Add to Chrome", you accept and agree to installing the Brisk Tab extension and setting Chrome™ new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing.

Imagine having a browser personalized just for you. With Brisk Tab, you can have that. Here, everything is customizable. You can move around tab features, remove them or place them wherever you want. 

This product is created to help you get motivated and more productive whether you are doing school work or a job; if you are starting a business or starting your own company. The key to success is organization. Brisk tab allows you to organize everything just like you find best. Have your own touch on your laptop or computer.

If there is anything you want to find out more about this product visit these links:
- https://brisk-tab.com/ (official site is cool 😎)
- https://brisk-tab.com/privacy-policy.html
- https://brisk-tab.com/eula.html
- https://brisk-tab.com/#contact                    

Información Básica de la Extensión

Nombre Brisk Brisk
ID bfkldmcajhbcbfmmelihdimnnekdnikj
URL Oficial https://chromewebstore.google.com/detail/brisk/bfkldmcajhbcbfmmelihdimnnekdnikj
Descripción Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around
Tamaño del Archivo 371 KB
Cantidad de Instalaciones 3,649
Versión Actual 1.0.3
Última Actualización 2023-07-21
Fecha de Publicación 2022-08-10
Calificación 4.76/5 Total de 21 Calificaciones
Desarrollador brisk-tab.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://brisk-tab.com/
URL de la Página de Ayuda https://brisk-tab.com/privacy-policy.html
URL de la Página de Política de Privacidad https://brisk-tab.com/privacy-policy.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Brisk",
    "name": "Brisk",
    "description": "Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around",
    "manifest_version": 3,
    "version": "1.0.3",
    "icons": {
        "16": "\/images\/icons\/16.png",
        "32": "\/images\/icons\/32.png",
        "48": "\/images\/icons\/48.png",
        "128": "\/images\/icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "\/index.html"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks",
        "history"
    ],
    "host_permissions": [
        "*:\/\/brisk-tab.com\/*",
        "https:\/\/api.weatherapi.com\/v1\/"
    ]
}