Easy Bookmark Manager Extension

This extension makes it very easy to add new bookmarks.

What is Easy Bookmark Manager Extension?

Easy Bookmark Manager Extension is a Chrome extension developed by Rudi Olckers, and its main feature is "This extension makes it very easy to add new bookmarks.".

Extension Screenshots

screenshot
screenshot

Download Easy Bookmark Manager Extension Extension CRX File

Download Easy Bookmark Manager Extension 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

                        This extension compliments the self-hosted Easy Bookmark Manager project (https://github.com/devimust/easy-bookmark-manager) to make adding new bookmark items as painless as possible.                    

Extension Basic Information

Name Easy Bookmark Manager Extension Easy Bookmark Manager Extension
ID hhonlfdhoejpaofmmppaogebkfnbgefi
Official URL https://chromewebstore.google.com/detail/easy-bookmark-manager-ext/hhonlfdhoejpaofmmppaogebkfnbgefi
Description This extension makes it very easy to add new bookmarks.
File Size 14.5 KB
Installation Count 220
Current Version 1.0
Last Updated 2016-01-25
Publish Date 2016-01-24
Developer Rudi Olckers
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Bookmark Manager Extension",
    "version": "1.0",
    "description": "This extension makes it very easy to add new bookmarks.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "permissions": [
        "activeTab",
        "storage"
    ]
}