tabash

a bash-like 'new-tab' page for browser

What is tabash?

tabash is a Chrome extension developed by Jiseop Han, and its main feature is "a bash-like 'new-tab' page for browser".

Extension Screenshots

screenshot

Download tabash Extension CRX File

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

                        tabash is a shell program for managing url shortcuts easily.

* Manage url shortcuts with command line interface
* use import/export command to save and restore your data                    

Extension Basic Information

Name tabash tabash
ID jpcolfmebaaehfnfhbkjhaopoelkjgni
Official URL https://chromewebstore.google.com/detail/tabash/jpcolfmebaaehfnfhbkjhaopoelkjgni
Description a bash-like 'new-tab' page for browser
File Size 10.88 MB
Installation Count 29
Current Version 0.8.3
Last Updated 2023-05-06
Publish Date 2020-06-28
Rating 5.00/5 Total 7 Ratings
Developer Jiseop Han
Email [email protected]
Payment Type free
Extension Website https://github.com/jshan2017/tabash
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tabash",
    "description": "a bash-like 'new-tab' page for browser",
    "version": "0.8.3",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "manifest_version": 3
}