hello, friend

Dark terminal-esque new tab page with your bookmarks

What is hello, friend?

hello, friend is a Chrome extension developed by https://jaywick.xyz, and its main feature is "Dark terminal-esque new tab page with your bookmarks".

Extension Screenshots

screenshot

Download hello, friend Extension CRX File

Download hello, friend 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 is a replacement for your new-tab page so that when you create a new tab (via Cmd/Ctrl + T or "+" in the toolbar) you can see a list of all your bookmarks. The bookmarks are shown as links and laid out as columns in a dark themed computer terminal-style. Customisation of the links involves simply editing your bookmarks. This extension is built as an Web Extension and open sourced here – https://github.com/jaywick/hello-friend                    

Extension Basic Information

Name hello, friend hello, friend
ID aehibelbdjcoffckialjmnilfimajain
Official URL https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain
Description Dark terminal-esque new tab page with your bookmarks
File Size 74.34 KB
Installation Count 19
Current Version 0.12
Last Updated 2021-06-20
Publish Date 2020-03-09
Rating 5.00/5 Total 1 Ratings
Developer https://jaywick.xyz
Email [email protected]
Payment Type free
Extension Website https://github.com/jaywick/hello-friend
Help Page URL https://github.com/jaywick/hello-friend/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hello, friend",
    "description": "Dark terminal-esque new tab page with your bookmarks",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "0.12",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}