hello, friend

Dark terminal-esque new tab page with your bookmarks

什么是hello, friend?

hello, friend是由https://jaywick.xyz开发的Chrome扩展程序,该扩展的主要功能是“Dark terminal-esque new tab page with your bookmarks”。

扩展截图

screenshot

下载hello, friend扩展crx文件

下载hello, friend扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 hello, friend hello, friend
ID aehibelbdjcoffckialjmnilfimajain
官方URL https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain
简介 Dark terminal-esque new tab page with your bookmarks
文件大小 74.34 KB
安装次数 19
当前版本 0.12
更新时间 2021-06-20
上架时间 2020-03-09
评分 5.00/5 共1次评分
开发者 https://jaywick.xyz
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jaywick/hello-friend
帮助页面URL https://github.com/jaywick/hello-friend/issues
支持的语言 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]"
        }
    }
}