iStart New Tab

Simple and practical start page

What is iStart New Tab?

iStart New Tab is a Chrome extension developed by wetabgroup, and its main feature is "Simple and practical start page".

Extension Screenshots

screenshot

Download iStart New Tab Extension CRX File

Download iStart 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

                        iStart New Tab is a Simple and practical start page.

By clicking "Add to Chrome", I accept and agree to installing the: iStart New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in terms of use URL and Policy URL.


Terms of Use: https://policies.extfans.com/policies/terms/iStart-New-Tab.html

Privacy Policy:https://policies.extfans.com/policies/privacy/iStart-New-Tab.html 

Contact us: https://policies.extfans.com/policies/contact/iStart-New-Tab.html

About  us:  https://policies.extfans.com/policies/about/iStart-New-Tab.html                    

Extension Basic Information

Name iStart New Tab iStart New Tab
ID dihekmadkkcgnffajefocfamnpimlhah
Official URL https://chromewebstore.google.com/detail/istart-new-tab/dihekmadkkcgnffajefocfamnpimlhah
Description Simple and practical start page
File Size 19.58 KB
Installation Count 20,000
Current Version 1.0.6
Last Updated 2023-06-15
Publish Date 2023-04-30
Rating 4.60/5 Total 10 Ratings
Developer wetabgroup
Email [email protected]
Payment Type free
Privacy Policy Page URL https://policies.extfans.com/policies/privacy/iStart-New-Tab.html
Supported Languages en
manifest.json
{
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "96": "icons\/96.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en",
    "description": "__MSG_extdesc__",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extname__",
    "host_permissions": [
        "https:\/\/*.istartnewtab.com\/",
        "https:\/\/istartnewtab.com\/"
    ],
    "permissions": [
        "cookies"
    ],
    "optional_permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6"
}