Horus Bookmarks Manager
An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites
Wat is Horus Bookmarks Manager?
Horus Bookmarks Manager is een Chrome-extensie ontwikkeld door loopus, en de belangrijkste functie is "An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites".
Extensie Screenshots
Download het CRX-bestand van de extensie Horus Bookmarks Manager
Download Horus Bookmarks Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 !
Basisinformatie over de Extensie
Naam | |
ID | gngckpmeeledbbcikdjbnloabcppabli |
Officiële URL | https://chrome.google.com/webstore/detail/horus-bookmarks-manager/gngckpmeeledbbcikdjbnloabcppabli |
Beschrijving | An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites |
Bestandsgrootte | 1.46 MB |
Aantal Installaties | 11 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-10-19 |
Publicatiedatum | 2019-10-18 |
Ontwikkelaar | loopus |
Betalingswijze | free |
Ondersteunde Talen | 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", " |