Bookmark Manager

Bookmark Manager

ما هو Bookmark Manager؟

Bookmark Manager هو إضافة Chrome تم تطويرها بواسطة https://aureolls.com، والميزة الرئيسية لها هي "Bookmark Manager".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Experience a new bookmark manager with restore session page, search & better history and bookmarks.

Now rearrange sessions using drag & drop from UI. Sessions page is now with search functionality. You can delete duplicate URLs with one click. You can search your bookmarks and history, right from the extension popup. 

Organise your existing bookmarks using Bookmark Manager. You can move your existing bookmarks to separate folders, by just specifying any word present in your bookmark URL.

Manage bookmarks and folders:
- Identify Duplicate bookmarks.
- Clean your bookmarks by deleting empty folders.

Navigate through fields from keyboard using 'Enter' key.

Set shortcut for triggering extension:
Go to Url 'chrome://extensions/'. In the menu there is a Keyboard shortcuts link.

Permissions: 
- "Tabs" in order to bookmark your current session.
- "Bookmarks" in order to save bookmarks.

Note: None of your information (history or bookmarks) are stored or kept anywhere else than on your computer.                    

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

الاسم Bookmark Manager Bookmark Manager
ID idakfiahffeejfhghndaboolmmhbnepn
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmark-manager/idakfiahffeejfhghndaboolmmhbnepn
الوصف Bookmark Manager
حجم الملف 516 KB
عدد التثبيتات 61,770
النسخة الحالية 11.4.0
آخر تحديث 2024-01-31
تاريخ النشر 2020-05-17
تقييم 3.68/5 مجموع تقييمات 53
المطور https://aureolls.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.aureolls.com/
عنوان صفحة المساعدة https://www.aureolls.com/bookmark-manager-chrome-extension-how-to-use-features/
عنوان صفحة سياسة الخصوصية https://aureolls.com/index.php/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager",
    "short_name": "Bookmark",
    "description": "Bookmark Manager",
    "version": "11.4.0",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Bookmark"
    },
    "permissions": [
        "tabs",
        "history",
        "bookmarks",
        "",
        "storage",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}