iOS New Tab

An iOS inspired homepage.

What is iOS New Tab?

iOS New Tab is a Chrome extension developed by thomaidistheo, and its main feature is "An iOS inspired homepage.".

Extension Screenshots

screenshot

Download iOS New Tab Extension CRX File

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

                        Simple startpage for Chrome. Design is inspired by the iOS design language.

Contains a search bar, a functioning todo list and shortcuts to some basic websites. Future updates will include ability to choose what website will be displayed.                    

Extension Basic Information

Name iOS New Tab iOS New Tab
ID pkokgcljjiaecdnebgfndlnnnhoibonf
Official URL https://chrome.google.com/webstore/detail/ios-new-tab/pkokgcljjiaecdnebgfndlnnnhoibonf
Description An iOS inspired homepage.
File Size 561 KB
Installation Count 768
Current Version 1.3
Last Updated 2021-01-25
Publish Date 2020-04-01
Rating 3.67/5 Total 3 Ratings
Developer thomaidistheo
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iOS New Tab",
    "description": "An iOS inspired homepage.",
    "version": "1.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "\/assets\/photos\/favicon-4.png",
        "default_popup": "\/todo app\/todo.html",
        "default_title": "ToDo List"
    },
    "permission": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "\/assets\/js\/greeting.js"
        ],
        "persistent": false
    }
}