Horus Bookmarks Manager

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

Was ist Horus Bookmarks Manager?

Horus Bookmarks Manager ist eine Chrome-Erweiterung, die von loopus entwickelt wurde, und ihr Hauptmerkmal ist "An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Horus Bookmarks Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Horus Bookmarks Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 !                    

Grundlegende Informationen zur Erweiterung

Name Horus Bookmarks Manager Horus Bookmarks Manager
ID gngckpmeeledbbcikdjbnloabcppabli
Offizielle URL https://chrome.google.com/webstore/detail/horus-bookmarks-manager/gngckpmeeledbbcikdjbnloabcppabli
Beschreibung An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites
Dateigröße 1.46 MB
Installationsanzahl 11
Aktuelle Version 0.0.1
Letztes Update 2019-10-19
Veröffentlichungsdatum 2019-10-18
Entwickler loopus
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}