new tab links

A replacement new tab page, displays a clock and links of your choosing.

什麼是new tab links?

new tab links是由https://nathanwentworth.co開發的Chrome擴展程式,該擴展的主要功能是“A replacement new tab page, displays a clock and links of your choosing.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載new tab links擴展crx文件

下載new tab links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A replacement for the new tab page, displays a small clock and a selection of editable links. 

Add new links by clicking "edit" at the bottom left, and typing a link followed by a space and the title of the link. 

New in 1.5.1:
- Yellow theme added
- Will now allow urls without a tld, such as 'http://localhost'
New in v1.5:
- Now allows for vertical/horizontal scrolling
- Edit menu has a background so it can be seen easier in front of long lists
- Blank lines no longer count as elements                    

擴展基本資訊

名稱 new tab links new tab links
ID dhilgiccnfcdipikddkegbpphmnobpnn
官方網址 https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn
簡介 A replacement new tab page, displays a clock and links of your choosing.
檔案大小 65.62 KB
安裝次數 130
目前版本 1.5.1
更新時間 2021-03-25
上架時間 2019-03-27
評分 4.75/5 共 8 次評分
開發者 https://nathanwentworth.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://nathanwentworth.co/projects/new-tab-links/
說明頁面URL https://twitter.com/nathanwentworth
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "new tab links",
    "manifest_version": 2,
    "version": "1.5.1",
    "description": "A replacement new tab page, displays a clock and links of your choosing.",
    "applications": {
        "gecko": {
            "id": "{2fdf13eb-fee6-48c7-9bd3-5624a005d68e}"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}