Horus Bookmarks Manager

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

Horus Bookmarks Manager là gì?

Horus Bookmarks Manager là một tiện ích mở rộng Chrome được phát triển bởi loopus, và tính năng chính của nó là "An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Horus Bookmarks Manager

Tải xuống các tệp mở rộng Horus Bookmarks Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Horus Bookmarks Manager Horus Bookmarks Manager
ID gngckpmeeledbbcikdjbnloabcppabli
URL Chính Thức https://chrome.google.com/webstore/detail/horus-bookmarks-manager/gngckpmeeledbbcikdjbnloabcppabli
Mô tả An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites
Kích Thước Tệp 1.46 MB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-10-19
Ngày Phát Hành 2019-10-18
Nhà Phát Triển loopus
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}