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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |