Agni Newtab - Versatile Browser Start Page

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

Was ist Agni Newtab - Versatile Browser Start Page?

Agni Newtab - Versatile Browser Start Page ist eine Chrome-Erweiterung, die von www.agnitab.com entwickelt wurde, und ihr Hauptmerkmal ist "Customise your start page with apps, bookmarks and beautiful background images.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Agni Newtab - Versatile Browser Start Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Agni Newtab - Versatile Browser Start Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Agni Newtab - Versatile Browser Start Page Agni Newtab - Versatile Browser Start Page
ID ggokdahhbchnnjcgmgjdpjiapeclifkb
Offizielle URL https://chromewebstore.google.com/detail/agni-newtab-versatile-bro/ggokdahhbchnnjcgmgjdpjiapeclifkb
Beschreibung Customise your start page with apps, bookmarks and beautiful background images.
Dateigröße 1.03 MB
Installationsanzahl 115
Aktuelle Version 1.8
Letztes Update 2020-05-17
Veröffentlichungsdatum 2020-05-17
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler www.agnitab.com
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://www.agnitab.com/privacy_policy.html
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}