Horus Bookmarks Manager

An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites

What is Horus Bookmarks Manager?

Horus Bookmarks Manager is a Chrome extension developed by loopus, and its main feature is "An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Horus Bookmarks Manager Extension CRX File

Download Horus Bookmarks 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

                        PRESENTATION

This unique & powerful bookmarks manager allows you to visually manage your bookmarks, but also to bookmark any element of the visited website !

FEATURES

  - Bookmark any element of any website
  - Visual management of the bookmarks 
  - Search field & tags
  - Shows the used fonts in 1 click
  - Write bookmarks notes 
  - Smart & beautiful !                    

Extension Basic Information

Name Horus Bookmarks Manager Horus Bookmarks Manager
ID gngckpmeeledbbcikdjbnloabcppabli
Official URL https://chrome.google.com/webstore/detail/horus-bookmarks-manager/gngckpmeeledbbcikdjbnloabcppabli
Description An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites
File Size 1.46 MB
Installation Count 11
Current Version 0.0.1
Last Updated 2019-10-19
Publish Date 2019-10-18
Developer loopus
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Horus Bookmarks Manager",
    "manifest_version": 2,
    "version": "0.0.1",
    "description": "An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites",
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "button.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "logoHorus.svg",
        "css\/bootstrap.min.css",
        "css\/fontawesome.min.css",
        "css\/featherlight.min.css",
        "css\/solid.min.css",
        "css\/bookmarkFrame.min.css",
        "css\/iframe.min.css",
        "css\/loader.min.css",
        "js\/jquery-3.4.1.min.js",
        "js\/popper.min.js",
        "js\/bootstrap.min.js",
        "js\/iframe.min.js",
        "js\/loader.min.js",
        "js\/inPage.min.js",
        "js\/checkReady.min.js",
        "js\/jquery.nicescroll.min.js",
        "js\/viewElement.min.js",
        "js\/bookmarkFrame.min.js",
        "js\/featherlight.min.js",
        "webfonts\/fa-solid-900.eot",
        "webfonts\/fa-solid-900.ttf",
        "webfonts\/fa-solid-900.woff",
        "webfonts\/fa-solid-900.woff2"
    ],
    "permissions": [
        "unlimitedStorage",
        "storage",
        "activeTab",
        "tabs",
        "background",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}