Dragon Bookmark Manager
Drag and drop bookmark manager, with floating folder windows and views
什么是Dragon Bookmark Manager?
Dragon Bookmark Manager是由dragonbookmark开发的Chrome扩展程序,该扩展的主要功能是“Drag and drop bookmark manager, with floating folder windows and views”。
扩展截图
下载Dragon Bookmark Manager扩展crx文件
下载Dragon Bookmark Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🐲 "Dragon Bookmark Manager" is a free and open source chrome extension, for people who want an explorer-like bookmark manager, with floating menu windows and restorable views. Features include: ✅ Multi column floating menu windows for every folder with view layouts, you can save and restore. ✅ Explorer-like select, cut, copy and paste, and drag and drop between windows. ✅ Recently modified folders, in extension popup and manager for quick access to recently modified folders. ✅ Tabs, history and every subfolder, can be independently searched. ✅ Light and dark themes. ✅ Free and open source code written in clojurescript, re-frame and reagent available at: https://github.com/mykeydoesotwork/dragon-bookmark-manager.
扩展基本信息
名称 | Dragon Bookmark Manager |
ID | eobojnedjhmmopieajeokibkkcffmmmb |
官方URL | https://chromewebstore.google.com/detail/dragon-bookmark-manager/eobojnedjhmmopieajeokibkkcffmmmb |
简介 | Drag and drop bookmark manager, with floating folder windows and views |
文件大小 | 300 KB |
安装次数 | 49 |
当前版本 | 0.0.0.3 |
更新时间 | 2023-05-08 |
上架时间 | 2022-02-24 |
评分 | 4.00/5 共1次评分 |
开发者 | dragonbookmark |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mykeydoesotwork/dragon-bookmark-manager |
帮助页面URL | https://github.com/mykeydoesotwork/dragon-bookmark-manager/issues |
隐私政策页面URL | https://github.com/mykeydoesotwork/dragon-bookmark-manager/blob/main/privacy-policy.txt |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dragon Bookmark Manager", "version": "0.0.0.3", "description": "Drag and drop bookmark manager, with floating folder windows and views", "permissions": [ "bookmarks", "tabs", "history" ], "options_page": "options.html", "chrome_url_overrides": { "bookmarks": "webpage\/index.html" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Bookmark Editor", "default_popup": "popups\/popup.html", "default_icon": { "16": "images\/bookmark16.png", "32": "images\/bookmark32.png", "48": "images\/bookmark48.png", "128": "images\/bookmark128.png" } }, "icons": { "16": "images\/bookmark16.png", "32": "images\/bookmark32.png", "48": "images\/bookmark48.png", "128": "images\/bookmark128.png" }, "manifest_version": 3 } |