Better Bookmarks

Quickly search and manage all your Bookmarks in Google Chrome

What is Better Bookmarks?

Better Bookmarks is a Chrome extension developed by https://sites.google.com/site/chromeappdevupdates, and its main feature is "Quickly search and manage all your Bookmarks in Google Chrome".

Extension Screenshots

Download Better Bookmarks Extension CRX File

Download Better Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Better Bookmarks Better Bookmarks
ID jlcbikfbhkjpfbmaninlggceepiidhdm
Official URL https://chromewebstore.google.com/detail/better-bookmarks/jlcbikfbhkjpfbmaninlggceepiidhdm
Description Quickly search and manage all your Bookmarks in Google Chrome
File Size 34.82 KB
Installation Count 122
Current Version 1.1
Last Updated 2016-07-21
Publish Date 2016-07-21
Rating 4.20/5 Total 5 Ratings
Developer https://sites.google.com/site/chromeappdevupdates
Payment Type free
Extension Website http://chromeapp.auto-update.co/bookmarks
Help Page URL http://chromeapp.auto-update.co/bookmarks
Supported Languages 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'"
}