Tab Defrag

Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…

ما هو Tab Defrag؟

Tab Defrag هو إضافة Chrome تم تطويرها بواسطة Sampson، والميزة الرئيسية لها هي "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…".

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

screenshot

تحميل ملف CRX للإضافة Tab Defrag

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

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

                        Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to read the URL for each tab, and to assign it a new placement. Tab Defrag does nothing more.                    

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

الاسم Tab Defrag Tab Defrag
ID dfeliknbmopheafjaelmilpgfmfjiopl
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl
الوصف Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
حجم الملف 33.75 KB
عدد التثبيتات 30
النسخة الحالية 0.0.4
آخر تحديث 2021-03-15
تاريخ النشر 2019-12-22
المطور Sampson
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.twitter.com/jonathansampson
عنوان صفحة المساعدة https://www.twitter.com/jonathansampson
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Defrag",
    "version": "0.0.4",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Tab Defrag"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}