Tab Defrag

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

Co to jest Tab Defrag?

Tab Defrag to rozszerzenie Chrome opracowane przez Sampson, a jego główną funkcją jest „Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab Defrag

Pobierz pliki rozszerzeń Tab Defrag w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Defrag Tab Defrag
ID dfeliknbmopheafjaelmilpgfmfjiopl
Oficjalny URL https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl
Opis Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Rozmiar pliku 33.75 KB
Liczba instalacji 30
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2021-03-15
Data Publikacji 2019-12-22
Deweloper Sampson
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.twitter.com/jonathansampson
Adres URL Strony Pomocy https://www.twitter.com/jonathansampson
Obsługiwane Języki 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"
    }
}