Easy Bookmark Manager

A clean and easy searchable bookmark manager for chrome

ما هو Easy Bookmark Manager؟

Easy Bookmark Manager هو إضافة Chrome تم تطويرها بواسطة 19randompixel، والميزة الرئيسية لها هي "A clean and easy searchable bookmark manager for chrome".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Finding it very difficult to search your bookmarks on chrome?
Easy Bookmark Manager for chrome displays all the folders and links that are on your chrome's bookmark and helps in easily searching the links without having to leave your current tab/window.

Features:
1. Display structured folders of your bookmarks
2. Sleek UI
3. Search bookmarks without leaving your current tab/window
4. Lightning fast searchable bookmark links
5. Search algorithm works using Fuzzy search model                    

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

الاسم Easy Bookmark Manager Easy Bookmark Manager
ID ahlelbobmfmadadbbmoofocjhbcggnnh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/easy-bookmark-manager/ahlelbobmfmadadbbmoofocjhbcggnnh
الوصف A clean and easy searchable bookmark manager for chrome
حجم الملف 178 KB
عدد التثبيتات 35
النسخة الحالية 1.0.0
آخر تحديث 2019-07-22
تاريخ النشر 2019-07-22
تقييم 2.00/5 مجموع تقييمات 1
المطور 19randompixel
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Bookmark Manager",
    "version": "1.0.0",
    "description": "A clean and easy searchable bookmark manager for chrome",
    "permissions": [
        "activeTab",
        "bookmarks"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/bookmark-manager-16.png",
            "32": "images\/bookmark-manager-32.png",
            "48": "images\/bookmark-manager-48.png",
            "128": "images\/bookmark-manager-128.png"
        }
    },
    "icons": {
        "16": "images\/bookmark-manager-16.png",
        "32": "images\/bookmark-manager-32.png",
        "48": "images\/bookmark-manager-48.png",
        "128": "images\/bookmark-manager-128.png"
    },
    "manifest_version": 2
}