Bookmarks New Tab

Organise your Bookmarks on your new tab with options to create folders with bookmarks

什么是Bookmarks New Tab?

Bookmarks New Tab是由Locksley Ltd开发的Chrome扩展程序,该扩展的主要功能是“Organise your Bookmarks on your new tab with options to create folders with bookmarks”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Bookmarks New Tab扩展crx文件

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

扩展使用说明

                        Bookmarks New Tab lets you organise all your Bookmarks in folders on your new tabs, you can create unlimited folders and save bookmarks to them for easy convenient access in your new tab.  Simple right click on any page select save and select the folder to put this bookmark, all bookmarks for that folder will be displayed on your new tabs.

By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below.  Please note this extension changes your new tab search to results powered by bing.com.

https://bookmarks-newtab.com/privacy.html
https://bookmarks-newtab.com/terms.html                    

扩展基本信息

名称 Bookmarks New Tab Bookmarks New Tab
ID jjojbmhmaokgkfjjghgflflbbbmbbhhn
官方URL https://chromewebstore.google.com/detail/bookmarks-new-tab/jjojbmhmaokgkfjjghgflflbbbmbbhhn
简介 Organise your Bookmarks on your new tab with options to create folders with bookmarks
文件大小 345 KB
安装次数 9,527
当前版本 1.2
更新时间 2021-01-11
上架时间 2020-11-25
开发者 Locksley Ltd
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://nifty-counters.com/privacy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks New Tab",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Organise your Bookmarks on your new tab with options to create folders with bookmarks",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "chrome:\/\/favicon\/",
        "https:\/\/api.bing.com\/*",
        "https:\/\/bookmarks-newtab.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src 'self' chrome:\/\/favicon data:;"
}