Horus Bookmarks Manager
An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites
Horus Bookmarks Managerとは何ですか?
Horus Bookmarks Managerはloopusによって開発されたChromeの拡張機能で、その主な機能は「An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites」です。
拡張機能のスクリーンショット
Horus Bookmarks Manager拡張機能のCRXファイルをダウンロード
Horus Bookmarks Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 !
拡張機能の基本情報
名前 | |
ID | gngckpmeeledbbcikdjbnloabcppabli |
公式URL | https://chrome.google.com/webstore/detail/horus-bookmarks-manager/gngckpmeeledbbcikdjbnloabcppabli |
説明 | An awesome bookmarks manager for designers that allows you to bookmark specific elements of the websites |
ファイルサイズ | 1.46 MB |
インストール数 | 11 |
現在のバージョン | 0.0.1 |
最終更新日 | 2019-10-19 |
公開日 | 2019-10-18 |
開発者 | loopus |
支払い方法 | free |
対応言語 | 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", " |