Agni Newtab - Versatile Browser Start Page

Customise your start page with apps, bookmarks and beautiful background images.

O que é Agni Newtab - Versatile Browser Start Page?

Agni Newtab - Versatile Browser Start Page é uma extensão do Chrome desenvolvida por www.agnitab.com, e sua principal característica é "Customise your start page with apps, bookmarks and beautiful background images.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Agni Newtab - Versatile Browser Start Page

Baixe arquivos de extensão Agni Newtab - Versatile Browser Start Page 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

                        Agni New Tab enables your browser to get exquisite wallpapers, bookmarks, apps and transform your new tab into your own working space. Personalize your browser the way you want it and get to your bookmarks and apps with just one click or utilize the search bar and find what you want within seconds...

Liven up your browser experience with Agni New Tab today!

Exquisite wallpapers every time you open a new browser tab rather than the boring white screen which greets you every time!!

By clicking "Add to chrome", I accept and agree to installing the Agni Newtab Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.

Terms of Use: www.agnitab.com/terms_conditions.html
Privacy Policy: www.agnitab.com/privacy_policy.html                    

Informações Básicas da Extensão

Nome Agni Newtab - Versatile Browser Start Page Agni Newtab - Versatile Browser Start Page
ID ggokdahhbchnnjcgmgjdpjiapeclifkb
URL Oficial https://chromewebstore.google.com/detail/agni-newtab-versatile-bro/ggokdahhbchnnjcgmgjdpjiapeclifkb
Descrição Customise your start page with apps, bookmarks and beautiful background images.
Tamanho do Arquivo 1.03 MB
Contagem de Instalações 115
Versão Atual 1.8
Última Atualização 2020-05-17
Data de Publicação 2020-05-17
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor www.agnitab.com
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.agnitab.com/privacy_policy.html
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Agni Newtab - Versatile Browser Start Page",
    "version": "1.8",
    "description": "Customise your start page with apps, bookmarks and beautiful background images.",
    "manifest_version": 2,
    "icons": {
        "16": "Agni_lcon.png",
        "128": "Agni_lcon.png"
    },
    "permissions": [
        "identity",
        "declarativeContent",
        "storage",
        "activeTab",
        ""
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": [
        {
            "js": [
                "main.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}