Site Manager

History, Bookmarks and Cookies management for a current web page

What is Site Manager?

Site Manager is a Chrome extension developed by Andrew Kamenchuk, and its main feature is "History, Bookmarks and Cookies management for a current web page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Site Manager Extension CRX File

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

                        Allows you to manage history, bookmarks and cookies for a current web page.                    

Extension Basic Information

Name Site Manager Site Manager
ID lhcegedjbcofpcjkldppeeomjekpkjec
Official URL https://chromewebstore.google.com/detail/site-manager/lhcegedjbcofpcjkldppeeomjekpkjec
Description History, Bookmarks and Cookies management for a current web page
File Size 21.94 KB
Installation Count 96
Current Version 1.1.2
Last Updated 2017-03-20
Publish Date 2017-03-20
Rating 5.00/5 Total 1 Ratings
Developer Andrew Kamenchuk
Email [email protected]
Payment Type free
Extension Website https://github.com/andrew-kamenchuk/sm-chrome-popup
Help Page URL https://github.com/andrew-kamenchuk/sm-chrome-popup/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Manager",
    "description": "History, Bookmarks and Cookies management for a current web page",
    "version": "1.1.2",
    "minimum_chrome_version": "57",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "history",
        "bookmarks",
        "cookies",
        "contextMenus",
        ""
    ]
}