Better Bookmarks

Display and navigate your bookmarks on the new tab page!

什么是Better Bookmarks?

Better Bookmarks是由the.toyoun开发的Chrome扩展程序,该扩展的主要功能是“Display and navigate your bookmarks on the new tab page!”。

扩展截图

screenshot

下载Better Bookmarks扩展crx文件

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

扩展使用说明

                        With Better Bookmarks, you'll never need to navigate through the bookmark manager again.


Included Features:

- Organize your bookmarks on the new tab page however you want! Simply Click and Drag folder names and Chrome will remember where they were placed every revisit to the new tab page.


Upcoming Features:

- Add, remove, or edit bookmarks dynamically on the new tab page display!
- Assign hotkeys to bookmarks or bookmark folders to open bookmark(s) in your current window.
- Adjust the size of bookmark folders through a simple click and drag.


Source code for Better Bookmarks can be found here: https://github.com/toyoun/betterbookmarks

Thanks for using Better Bookmarks!                    

扩展基本信息

名称 Better Bookmarks Better Bookmarks
ID nflabppedilakkgjdnfmiihhcaeomdjf
官方URL https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf
简介 Display and navigate your bookmarks on the new tab page!
文件大小 196 KB
安装次数 70
当前版本 0.0.1
更新时间 2019-04-17
上架时间 2019-04-16
开发者 the.toyoun
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Bookmarks",
    "version": "0.0.1",
    "description": "Display and navigate your bookmarks on the new tab page!",
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_title": "Better Bookmarks"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}