Sort Tabs Example

Click the icon to sort all your tabs alphabetically by their title.

ما هو Sort Tabs Example؟

Sort Tabs Example هو إضافة Chrome تم تطويرها بواسطة Cory Forsyth، والميزة الرئيسية لها هي "Click the icon to sort all your tabs alphabetically by their title.".

تحميل ملف CRX للإضافة Sort Tabs Example

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

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

                        Click the icon to sort all your tabs alphabetically by their title.                    

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

الاسم Sort Tabs Example Sort Tabs Example
ID pbdjobplklihafkpipaebjamkcdlbjhg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/sort-tabs-example/pbdjobplklihafkpipaebjamkcdlbjhg
الوصف Click the icon to sort all your tabs alphabetically by their title.
حجم الملف 7.76 KB
عدد التثبيتات 16
النسخة الحالية 0.1
آخر تحديث 2016-02-21
تاريخ النشر 2016-02-21
المطور Cory Forsyth
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sort Tabs Example",
    "manifest_version": 2,
    "short_name": "Sort Tabs",
    "version": "0.1",
    "browser_action": {
        "default_icon": "sort-128.png",
        "default_title": "Sort Tabs Example"
    },
    "icons": {
        "128": "sort-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}