Smart Bookmark Sorter

Frees you from organizing your bookmarks.

ما هو Smart Bookmark Sorter؟

Smart Bookmark Sorter هو إضافة Chrome تم تطويرها بواسطة Kazina، والميزة الرئيسية لها هي "Frees you from organizing your bookmarks.".

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

screenshot

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

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

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

                        Automatically organize your bookmarks.
After installation, it automatically organizes bookmarks in the bookmarks bar and sorts them in order of frequency of use based on the history.                    

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

الاسم Smart Bookmark Sorter Smart Bookmark Sorter
ID bcdnngbkmicnnjdibijnmgmmonpmcjmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/smart-bookmark-sorter/bcdnngbkmicnnjdibijnmgmmonpmcjmi
الوصف Frees you from organizing your bookmarks.
حجم الملف 616 KB
عدد التثبيتات 219
النسخة الحالية 2.4.1
آخر تحديث 2021-07-24
تاريخ النشر 2020-02-06
تقييم 4.17/5 مجموع تقييمات 6
المطور Kazina
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Kazina",
    "homepage_url": "https:\/\/github.com\/KazinaG\/Smart-Bookmark-Sorter",
    "name": "Smart Bookmark Sorter",
    "short_name": "SBS",
    "description": "Frees you from organizing your bookmarks.",
    "version": "2.4.1",
    "icons": {
        "16": "SBS icon 16.png",
        "32": "SBS icon 32.png",
        "48": "SBS icon 48.png",
        "64": "SBS icon 64.png",
        "128": "SBS icon 128.png"
    },
    "browser_action": {
        "default_icon": "SBS icon 128.png",
        "default_title": "Option",
        "default_popup": "popup\/html\/option.html"
    },
    "background": {
        "scripts": [
            "background\/jQuery\/jQuery-3.4.1.js",
            "background\/constant.js",
            "background\/config.js",
            "background\/configUtil.js",
            "background\/option\/receiver.js",
            "background\/observer.js",
            "background\/processor\/setVisitPoint.js",
            "background\/processor\/bookmark-sorter.js",
            "background\/processor\/aggregate.js",
            "background\/processor\/deleteBookmarks.js",
            "background\/trigger.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks",
        "history",
        "storage"
    ],
    "default_locale": "en"
}