tab: a startpage

Minimal, customizable, command line startpage

What is tab: a startpage?

tab: a startpage is a Chrome extension developed by Kory Schneider, and its main feature is "Minimal, customizable, command line startpage".

Extension Screenshots

screenshot

Download tab: a startpage Extension CRX File

Download tab: a startpage 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

                        Instructions, examples and source code @ github.com/KorySchneider/tab                    

Extension Basic Information

Name tab: a startpage tab: a startpage
ID gedoejjmdjalipopahiffdghibcodjcj
Official URL https://chromewebstore.google.com/detail/tab-a-startpage/gedoejjmdjalipopahiffdghibcodjcj
Description Minimal, customizable, command line startpage
File Size 5.29 KB
Installation Count 83
Current Version 1.0.8
Last Updated 2020-03-22
Publish Date 2020-03-22
Rating 4.83/5 Total 6 Ratings
Developer Kory Schneider
Email [email protected]
Payment Type free
Extension Website https://www.github.com/koryschneider/tab
Help Page URL https://www.github.com/koryschneider/tab/issues/new
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tab: a startpage",
    "description": "Minimal, customizable, command line startpage",
    "version": "1.0.8",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}