Custom Bookmarks

Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…

What is Custom Bookmarks?

Custom Bookmarks is a Chrome extension developed by evil.bot3000, and its main feature is "Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…".

Extension Screenshots

screenshot

Download Custom Bookmarks Extension CRX File

Download Custom 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

                        Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later stage more actions will be added, like delete, drag & drop bookmarks to folders, and more views.                    

Extension Basic Information

Name Custom Bookmarks Custom Bookmarks
ID bkhmiabadbepbmipplmhadmhpobofmgj
Official URL https://chromewebstore.google.com/detail/custom-bookmarks/bkhmiabadbepbmipplmhadmhpobofmgj
Description Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…
File Size 483 KB
Installation Count 126
Current Version 0.1
Last Updated 2016-05-25
Publish Date 2016-05-13
Rating 5.00/5 Total 8 Ratings
Developer evil.bot3000
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Bookmarks",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "128": "build\/icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "bookmarks": "bookmarks.html"
    },
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Custom Bookmarks"
    }
}