Sorter Bookmarks

Bookmarks ordener depending the usage rate

ما هو Sorter Bookmarks؟

Sorter Bookmarks هو إضافة Chrome تم تطويرها بواسطة Marcelo Pasut، والميزة الرئيسية لها هي "Bookmarks ordener depending the usage rate".

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

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

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

                        Bacground bookmark sorter that sort the bookmarks by use rate.

Version 1.0: First production release.
Version 1.0.1: Fix bug first update.
Version 1.0.2: Fig bug when update bookmarks count.                    

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

الاسم Sorter Bookmarks Sorter Bookmarks
ID nihcakehgfpbpgjjdbgnnadbchmmfmag
عنوان URL الرسمي https://chrome.google.com/webstore/detail/sorter-bookmarks/nihcakehgfpbpgjjdbgnnadbchmmfmag
الوصف Bookmarks ordener depending the usage rate
حجم الملف 10.66 KB
عدد التثبيتات 31
النسخة الحالية 1.0.2
آخر تحديث 2014-11-24
تاريخ النشر 2014-11-24
تقييم 1.50/5 مجموع تقييمات 2
المطور Marcelo Pasut
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sorter Bookmarks",
    "description": "Bookmarks ordener depending the usage rate",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "storage"
    ]
}