Bookmark Manager

Personal, Tag-based Bookmark Manager

ما هو Bookmark Manager؟

Bookmark Manager هو إضافة Chrome تم تطويرها بواسطة https://bookmarkmanager.com، والميزة الرئيسية لها هي "Personal, Tag-based Bookmark Manager".

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

screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Bookmark Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Wave goodbye to bookmark chaos. Envision retrieving any bookmark on the spot, even if you can't remember details. Our tag chaining feature makes this a reality, allowing you to assemble the ultimate filter for fast, precise searches.

Plus, dive into your bookmark collection right from your browser’s address bar. Our seamless integration means you can initiate powerful searches directly where you type URLs, turning your address bar into a gateway to all your saved information. Fast, convenient, and designed with your workflow in mind, accessing your bookmarks has never been easier.

🔹 Smart Tags
🔹 Powerful Search
🔹 Synced across Platforms and Devices
🔹 Light and Dark Mode
🔹 Privacy and Security

Note: This extension only works with a Google account. The account is required to synchronize bookmarks across devices.                    

معلومات أساسية عن التمديد

الاسم Bookmark Manager Bookmark Manager
ID obdikhdfjocemafhpnidegmdfhbibdkf
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmark-manager/obdikhdfjocemafhpnidegmdfhbibdkf
الوصف Personal, Tag-based Bookmark Manager
حجم الملف 42.28 KB
عدد التثبيتات 57
النسخة الحالية 2.1.0
آخر تحديث 2024-03-02
تاريخ النشر 2023-08-22
تقييم 5.00/5 مجموع تقييمات 3
المطور https://bookmarkmanager.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.termsfeed.com/live/b2f84c4a-d812-4c47-ab00-c1e385a431cb
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager",
    "description": "Personal, Tag-based Bookmark Manager",
    "version": "2.1.0",
    "author": "[email protected]",
    "permissions": [
        "cookies",
        "tabs",
        "clipboardRead"
    ],
    "omnibox": {
        "keyword": "b"
    },
    "action": {
        "default_title": "Bookmark Manager",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon_16.png",
            "24": "icon_24.png",
            "32": "icon_32.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "bookmarks": "bookmarks.html"
    },
    "host_permissions": [
        "https:\/\/bookmarkmanager.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuWk76AKfFxHKZKI9aOP2tATqGhd8skU\/PqjxvgH1Se0Omn5fOzzt8cvGHI5F9EduH8qwWkQKTH\/7lEEU3MX\/sci6bd\/c9dGPAuHypYNI8vUAd0MVasRUlZlbJHckz8h8rPi\/+9codRmbmnT1juwGXqc5+ucxagzzCXISRZDGMElKpU1jwzykhzUdMzhF+HEOnQprw0h1MG7ZFC9QvzkOBVuMZh\/0AmIOJFgTqmd4nYqoZJqKkigBQgb9hU\/5krc+vm97Nsi5zXlJgY+5Nu5TScOkIUhRVye7b62Srpxyl0Nny3F6IifXP9s\/K0OlPnBTKKsIcrAME1p1CWQ7gyLbmwIDAQAB"
}