Search New Tab

Discover personalized search with our New Tab Extension. Search multiple partners from a sleek layout directly on your new tab

What is Search New Tab?

Search New Tab is a Chrome extension developed by Ask AI, and its main feature is "Discover personalized search with our New Tab Extension. Search multiple partners from a sleek layout directly on your new tab".

Extension Screenshots

screenshot

Download Search New Tab Extension CRX File

Download Search New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Our New Tab Extension gives you customized search with sharp layout and design and allows you to search multiple partners from New Tab.  Earn coins for searching. Coins are for fun and have no value.                    

Extension Basic Information

Name Search New Tab Search New Tab
ID epbjhopaefahnekpoieicafdbhbgokoc
Official URL https://chromewebstore.google.com/detail/search-new-tab/epbjhopaefahnekpoieicafdbhbgokoc
Description Discover personalized search with our New Tab Extension. Search multiple partners from a sleek layout directly on your new tab
File Size 1.91 MB
Installation Count 7,815
Current Version 1.0.10
Last Updated 2023-05-20
Publish Date 2023-04-29
Rating 5.00/5 Total 3 Ratings
Developer Ask AI
Email [email protected]
Payment Type free
Privacy Policy Page URL https://askaibrowser.com?page=privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search New Tab",
    "description": "Discover personalized search with our New Tab Extension. Search multiple partners from a sleek layout directly on your new tab",
    "version": "1.0.10",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "host_permissions": [
        "https:\/\/*.askaibrowser.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html"
            ]
        }
    ]
}