Agni Newtab - Versatile Browser Start Page

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

Qu'est-ce que Agni Newtab - Versatile Browser Start Page ?

Agni Newtab - Versatile Browser Start Page est une extension Chrome développée par www.agnitab.com, et sa fonction principale est "Customise your start page with apps, bookmarks and beautiful background images.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Agni Newtab - Versatile Browser Start Page

Téléchargez les fichiers d'extension Agni Newtab - Versatile Browser Start Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Agni Newtab - Versatile Browser Start Page Agni Newtab - Versatile Browser Start Page
ID ggokdahhbchnnjcgmgjdpjiapeclifkb
URL Officiel https://chromewebstore.google.com/detail/agni-newtab-versatile-bro/ggokdahhbchnnjcgmgjdpjiapeclifkb
Description Customise your start page with apps, bookmarks and beautiful background images.
Taille du Fichier 1.03 MB
Nombre d'Installations 115
Version Actuelle 1.8
Dernière Mise à Jour 2020-05-17
Date de Publication 2020-05-17
Évaluation 5.00/5 Total 8 Évaluations
Développeur www.agnitab.com
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.agnitab.com/privacy_policy.html
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}