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”。
擴展截圖
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | aehibelbdjcoffckialjmnilfimajain | 
| 官方網址 | 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]"
        }
    }
}  |  |