Power Bookmarks

Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of…

ما هو Power Bookmarks؟

Power Bookmarks هو إضافة Chrome تم تطويرها بواسطة https://dynattractor.com، والميزة الرئيسية لها هي "Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of…".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Power Bookmarks

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

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

                        Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of your bookmark tree.

You can continue to create a bookmark or organize your bookmark with whatever tools your browser provides, and clicking on the “Reload” button will automatically load the latest bookmarks.                    

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

الاسم Power Bookmarks Power Bookmarks
ID dbagmadomlelppkeidibnmgbdkdicgnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/power-bookmarks/dbagmadomlelppkeidibnmgbdkdicgnh
الوصف Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of…
حجم الملف 950 KB
عدد التثبيتات 118
النسخة الحالية 1.0.1
آخر تحديث 2023-01-18
تاريخ النشر 2023-01-12
تقييم 5.00/5 مجموع تقييمات 2
المطور https://dynattractor.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://dynattractor.com/site-policy/privacy-policy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Power Bookmarks",
    "version": "1.0.1",
    "action": {
        "default_title": "Power Bookmarks"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "index.html",
    "permissions": [
        "bookmarks",
        "storage",
        "history"
    ],
    "icons": {
        "16": "power-bookmark-16.png",
        "32": "power-bookmark-32.png",
        "48": "power-bookmark-48.png",
        "128": "power-bookmark-128.png"
    }
}