Bookmark Manager

Bookmark Manager

What is Bookmark Manager?

Bookmark Manager is a Chrome extension developed by https://aureolls.com, and its main feature is "Bookmark Manager".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bookmark Manager Extension CRX File

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

                        Experience a new bookmark manager with restore session page, search & better history and bookmarks.

Now rearrange sessions using drag & drop from UI. Sessions page is now with search functionality. You can delete duplicate URLs with one click. You can search your bookmarks and history, right from the extension popup. 

Organise your existing bookmarks using Bookmark Manager. You can move your existing bookmarks to separate folders, by just specifying any word present in your bookmark URL.

Manage bookmarks and folders:
- Identify Duplicate bookmarks.
- Clean your bookmarks by deleting empty folders.

Navigate through fields from keyboard using 'Enter' key.

Set shortcut for triggering extension:
Go to Url 'chrome://extensions/'. In the menu there is a Keyboard shortcuts link.

Permissions: 
- "Tabs" in order to bookmark your current session.
- "Bookmarks" in order to save bookmarks.

Note: None of your information (history or bookmarks) are stored or kept anywhere else than on your computer.                    

Extension Basic Information

Name Bookmark Manager Bookmark Manager
ID idakfiahffeejfhghndaboolmmhbnepn
Official URL https://chromewebstore.google.com/detail/bookmark-manager/idakfiahffeejfhghndaboolmmhbnepn
Description Bookmark Manager
File Size 516 KB
Installation Count 61,770
Current Version 11.4.0
Last Updated 2024-01-31
Publish Date 2020-05-17
Rating 3.68/5 Total 53 Ratings
Developer https://aureolls.com
Email [email protected]
Payment Type free
Extension Website https://www.aureolls.com/
Help Page URL https://www.aureolls.com/bookmark-manager-chrome-extension-how-to-use-features/
Privacy Policy Page URL https://aureolls.com/index.php/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager",
    "short_name": "Bookmark",
    "description": "Bookmark Manager",
    "version": "11.4.0",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Bookmark"
    },
    "permissions": [
        "tabs",
        "history",
        "bookmarks",
        "",
        "storage",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}