Bookmarker

The best bookmark plugin in the Eastern Hemisphere

什么是Bookmarker?

Bookmarker是由leelei开发的Chrome扩展程序,该扩展的主要功能是“The best bookmark plugin in the Eastern Hemisphere”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Bookmarker扩展crx文件

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

扩展使用说明

                        Note: User default new tab will change 

This plug-in uses a better way to display and manage your bookmarks.
It includes the following functions:
1. Tile bookmarks, up to two levels, to avoid reading obstacles caused by a multi-level tree structure.
2. Integrate multiple search engines to make your new tab page more useful
3. You can put your favorite bookmarks on top, making it easier for you to browse
4. The interface style that can be switched (day | night | follow system) is very user-friendly
5. You can retrieve your local bookmarks and find what you want from a vast number of bookmarks
6. Card-style simple and refreshing interface style                    

扩展基本信息

名称 Bookmarker Bookmarker
ID jblilhiaoipblnepleimgaamphkfhdla
官方URL https://chromewebstore.google.com/detail/bookmarker/jblilhiaoipblnepleimgaamphkfhdla
简介 The best bookmark plugin in the Eastern Hemisphere
文件大小 76.99 KB
安装次数 124
当前版本 2.1
更新时间 2021-05-04
上架时间 2020-12-24
评分 5.00/5 共9次评分
开发者 leelei
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/leedalei/bookmarker
帮助页面URL https://github.com/leedalei/bookmarker
隐私政策页面URL http://bookmarker.evacgn.com/privacy-policy.html
支持的语言 en,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "2.1",
    "permissions": [
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_icon": ".\/public\/bookmarker.png",
        "default_title": "\u4e66\u7b7e\u6d4f\u89c8\u5668"
    },
    "chrome_url_overrides": {
        "newtab": ".\/public\/index.html"
    }
}