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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dragon Bookmark Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🐲 "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 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
}