Bookmark Manager

Simple and Easy to Use

What is Bookmark Manager?

Bookmark Manager is a Chrome extension developed by Abbas Gussenov, and its main feature is "Simple and Easy to Use".

Extension Screenshots

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

                        Additional manually-managed browser history.

Bookmark Manager is a Chrome extension that works only under the management of the user.                    

Extension Basic Information

Name Bookmark Manager Bookmark Manager
ID aceciacheicfbbickdmhomlbidfcgcid
Official URL https://chromewebstore.google.com/detail/bookmark-manager/aceciacheicfbbickdmhomlbidfcgcid
Description Simple and Easy to Use
File Size 26.64 KB
Installation Count 88
Current Version 0.0.0.10 beta
Last Updated 2018-07-06
Publish Date 2018-07-05
Rating 1.00/5 Total 1 Ratings
Developer Abbas Gussenov
Email [email protected]
Payment Type free
Extension Website https://github.com/gusenov/managed-browser-history
Help Page URL https://github.com/gusenov/managed-browser-history/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.0.10",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png",
        "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png",
        "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png",
            "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png",
            "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png"
        },
        "default_title": "__MSG_extPageActionDefaultTitle__",
        "default_popup": "html\/popup.html"
    },
    "author": "__MSG_extAuthor__",
    "background": {
        "scripts": [
            "node_modules\/web-store\/web-store.js",
            "js\/shared.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "ids": [
            "oilbhdaboflggkedbegfpjmnikpiccmo",
            "pkpobljamjgbapmbakcnhggopcmjhiio"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "short_name": "__MSG_extShortName__",
    "version_name": "0.0.0.10 beta"
}