Ez Bookmarks

Bookmarks Speed Dial

What is Ez Bookmarks?

Ez Bookmarks is a Chrome extension developed by Ez Product, and its main feature is "Bookmarks Speed Dial".

Extension Screenshots

screenshot

Download Ez Bookmarks Extension CRX File

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

                        Press Alt+Z or click icon and get all your bookmarks in one place.                    

Extension Basic Information

Name Ez Bookmarks Ez Bookmarks
ID igjfahabhijjlinmghjjcdhkielcelag
Official URL https://chromewebstore.google.com/detail/ez-bookmarks/igjfahabhijjlinmghjjcdhkielcelag
Description Bookmarks Speed Dial
File Size 28.05 KB
Installation Count 21
Current Version 1.2
Last Updated 2017-12-18
Publish Date 2017-12-17
Rating 5.00/5 Total 3 Ratings
Developer Ez Product
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ez Bookmarks",
    "short_name": "Ez Bookmarks",
    "version": "1.2",
    "description": "Bookmarks Speed Dial",
    "icons": {
        "64": "img\/128.png",
        "128": "img\/logo.png"
    },
    "commands": {
        "toggle_window": {
            "description": "Open \/ Close",
            "suggested_key": {
                "default": "Alt+Z"
            }
        }
    },
    "browser_action": {
        "default_icon": "img\/128.png"
    },
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": true
    }
}