Brisk

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

O que é Brisk?

Brisk é uma extensão do Chrome desenvolvida por brisk-tab.com, e sua principal característica é "Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Brisk

Baixe arquivos de extensão Brisk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Brisk Brisk
ID bfkldmcajhbcbfmmelihdimnnekdnikj
URL Oficial https://chromewebstore.google.com/detail/brisk/bfkldmcajhbcbfmmelihdimnnekdnikj
Descrição Keep things in motion and fun - This extension offers an interesting and briskly working environment where everything moves around
Tamanho do Arquivo 371 KB
Contagem de Instalações 3,649
Versão Atual 1.0.3
Última Atualização 2023-07-21
Data de Publicação 2022-08-10
Classificação 4.76/5 Total de 21 Avaliações
Desenvolvedor brisk-tab.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://brisk-tab.com/
URL da Página de Ajuda https://brisk-tab.com/privacy-policy.html
URL da Página de Política de Privacidade https://brisk-tab.com/privacy-policy.html
Idiomas Suportados 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\/"
    ]
}