Bookmarks New Tab

A New Tab replacement that shows the Bookmarks.

什麼是Bookmarks New Tab?

Bookmarks New Tab是由https://sites.google.com/site/warrentteam開發的Chrome擴展程式,該擴展的主要功能是“A New Tab replacement that shows the Bookmarks.”。

擴展截圖

screenshot

下載Bookmarks New Tab擴展crx文件

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

擴展使用說明

                        Replace the default New Page tab by a Bookmarks tree menu.

Source
    https://github.com/madrang/Bookmarks-New-Tab

Disclaimer: May contains links, that once clicked, will open.
This disclaimer was added to comply to TOS regarding use of "Quick links".                    

擴展基本資訊

名稱 Bookmarks New Tab Bookmarks New Tab
ID njfnhkobpepaoogpflmbmiefmnlhkgjn
官方網址 https://chromewebstore.google.com/detail/bookmarks-new-tab/njfnhkobpepaoogpflmbmiefmnlhkgjn
簡介 A New Tab replacement that shows the Bookmarks.
檔案大小 487 KB
安裝次數 447
目前版本 0.0.1.1
更新時間 2021-07-19
上架時間 2012-10-31
評分 4.69/5 共 13 次評分
開發者 https://sites.google.com/site/warrentteam
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/madrang/Bookmarks-New-Tab
隱私政策頁面URL https://openpd.org
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks New Tab",
    "version": "0.0.1.1",
    "description": "A New Tab replacement that shows the Bookmarks.",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "offline_enabled": true,
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "incognito": "spanning",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}