Better Bookmarks

Quickly search and manage all your Bookmarks in Google Chrome

什么是Better Bookmarks?

Better Bookmarks是由https://sites.google.com/site/chromeappdevupdates开发的Chrome扩展程序,该扩展的主要功能是“Quickly search and manage all your Bookmarks in Google Chrome”。

扩展截图

下载Better Bookmarks扩展crx文件

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

扩展使用说明

                        Chrome App Bookmarks, "Better Bookmarks" (Beta) Allows users to quickly search all chrome browser bookmarks. 

This is a beta release however the core libraries are unchanged and are the official release of the chrome and chromium development group. Only additional functionality has been added.

Released and utilized by members of the chromium dev team and is for use only with current up-to-date official Google versions of the browser, and comes with no warranty. Check yours for versions upwards of 16, by clicking settings, then help. Or navigating your Google browser to chrome://about or chrome://version                    

扩展基本信息

名称 Better Bookmarks Better Bookmarks
ID jlcbikfbhkjpfbmaninlggceepiidhdm
官方URL https://chromewebstore.google.com/detail/better-bookmarks/jlcbikfbhkjpfbmaninlggceepiidhdm
简介 Quickly search and manage all your Bookmarks in Google Chrome
文件大小 34.82 KB
安装次数 122
当前版本 1.1
更新时间 2016-07-21
上架时间 2016-07-21
评分 4.20/5 共5次评分
开发者 https://sites.google.com/site/chromeappdevupdates
付费类型 free
扩展官网 http://chromeapp.auto-update.co/bookmarks
帮助页面URL http://chromeapp.auto-update.co/bookmarks
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Bookmarks",
    "version": "1.1",
    "description": "Quickly search and manage all your Bookmarks in Google Chrome",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "Better Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}