Dragon Bookmark Manager

Drag and drop bookmark manager, with floating folder windows and views

ما هو Dragon Bookmark Manager؟

Dragon Bookmark Manager هو إضافة Chrome تم تطويرها بواسطة dragonbookmark، والميزة الرئيسية لها هي "Drag and drop bookmark manager, with floating folder windows and views".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Dragon Bookmark Manager

قم بتنزيل ملفات الامتداد Dragon Bookmark Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://github.com/mykeydoesotwork/dragon-bookmark-manager/issues
عنوان صفحة سياسة الخصوصية 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
}