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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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"
    }
}