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
官方URL 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"
    }
}