Quad - New Tab

A minimal New Tab page

What is Quad - New Tab?

Quad - New Tab is a Chrome extension developed by https://kylem.us, and its main feature is "A minimal New Tab page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Quad - New Tab Extension CRX File

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

                        This extension replaces Firefox's and Chrome's default New Tab page with a minimal, almost entirely blank page.  Each quadrant can be configured to link to any website for quick access.  Optionally, a color can be applied to each link affecting the center icon as an indication.  Inspired by Placid Tab (https://goo.gl/yaawTw(.                    

Extension Basic Information

Name Quad - New Tab Quad - New Tab
ID jmabadedidffkehpjanmaljbgnojencc
Official URL https://chromewebstore.google.com/detail/quad-new-tab/jmabadedidffkehpjanmaljbgnojencc
Description A minimal New Tab page
File Size 10.12 KB
Installation Count 11
Current Version 1.2.1
Last Updated 2023-05-04
Publish Date 2019-10-12
Rating 5.00/5 Total 2 Ratings
Developer https://kylem.us
Email [email protected]
Payment Type free
Extension Website https://git.kylem.us/kyle/quad
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quad - New Tab",
    "short_name": "Quad",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "A minimal New Tab page",
    "author": "Kyle Mitchell",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}