Cool Bookmarks

A simple bookmark manager for Chrome

What is Cool Bookmarks?

Cool Bookmarks is a Chrome extension developed by ntrahan, and its main feature is "A simple bookmark manager for Chrome".

Extension Screenshots

screenshot

Download Cool Bookmarks Extension CRX File

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

                        FEATURES
- add, edit and delete bookmarks and folders
- drag and drop bookmarks and folders to reorder them
- *NEW* (Jan 6 2014) search through your bookmarks!                    

Extension Basic Information

Name Cool Bookmarks Cool Bookmarks
ID pigddkfphpigmofokfkmdboepfpamcpg
Official URL https://chromewebstore.google.com/detail/cool-bookmarks/pigddkfphpigmofokfkmdboepfpamcpg
Description A simple bookmark manager for Chrome
File Size 1.77 MB
Installation Count 154
Current Version 0.7.0
Last Updated 2014-01-06
Publish Date 2014-01-06
Rating 2.75/5 Total 4 Ratings
Developer ntrahan
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cool Bookmarks",
    "description": "A simple bookmark manager for Chrome",
    "version": "0.7.0",
    "manifest_version": 2,
    "icons": {
        "16": "media\/icon16.png",
        "48": "media\/icon48.png",
        "128": "media\/icon128.png"
    },
    "background": {
        "scripts": [
            "code\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "media\/icon16.png",
        "default_title": "Cool Bookmarks",
        "default_popup": "code\/popup.html"
    },
    "___page_action": {
        "default_icon": "icon.png",
        "default_title": "Inject sidebar"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libraries\/jquery-1.8.3.min.js",
                "libraries\/jquery-ui.js"
            ],
            "____js": [
                "libraries\/jquery-ui-1.9.2.custom\/js\/jquery-1.8.3.js",
                "libraries\/jquery-ui-1.9.2.custom\/js\/jquery-ui-1.9.2.custom.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}