Bookmarks Reorderer

Moves created bookmarks to the top of their folder.

ما هو Bookmarks Reorderer؟

Bookmarks Reorderer هو إضافة Chrome تم تطويرها بواسطة Daniel Herr، والميزة الرئيسية لها هي "Moves created bookmarks to the top of their folder.".

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

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

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

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

                        This extension moves newly created bookmarks to the top of their folder. There is also an option to move bookmarks to the top after they are moved to a different folder.                    

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

الاسم Bookmarks Reorderer Bookmarks Reorderer
ID dojjmigcfgjcjakkdhmnkcjajbjcjnja
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmarks-reorderer/dojjmigcfgjcjakkdhmnkcjajbjcjnja
الوصف Moves created bookmarks to the top of their folder.
حجم الملف 6.01 KB
عدد التثبيتات 1,582
النسخة الحالية 2.0.1
آخر تحديث 2016-01-29
تاريخ النشر 2016-01-29
تقييم 4.52/5 مجموع تقييمات 27
المطور Daniel Herr
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://danielherr.github.io/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks Reorderer",
    "version": "2.0.1",
    "description": "Moves created bookmarks to the top of their folder.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/",
    "offline_enabled": true,
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "options_page": "options.html"
}