BookmarkManager

Convenient and beautiful new tab bookmark manager.

What is BookmarkManager?

BookmarkManager is a Chrome extension developed by Sasha Onoshko, and its main feature is "Convenient and beautiful new tab bookmark manager.".

Extension Screenshots

screenshot
screenshot
screenshot

Download BookmarkManager Extension CRX File

Download BookmarkManager 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 provides the ability to save your favorite sites as a bookmark in the Chrome new tab.
Also, you can change the background image of the new tab.                    

Extension Basic Information

Name BookmarkManager BookmarkManager
ID ldjaccfbgefedaefkliajmdiicajaofb
Official URL https://chromewebstore.google.com/detail/bookmarkmanager/ldjaccfbgefedaefkliajmdiicajaofb
Description Convenient and beautiful new tab bookmark manager.
File Size 623 KB
Installation Count 12
Current Version 0.1.03
Last Updated 2021-02-12
Publish Date 2018-11-27
Rating 5.00/5 Total 1 Ratings
Developer Sasha Onoshko
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BookmarkManager",
    "description": "Convenient and beautiful new tab bookmark manager.",
    "version": "0.1.03",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}