TabOrganizer

This extension provides quick actions to manage tabs.

Co to jest TabOrganizer?

TabOrganizer to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension provides quick actions to manage tabs.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia TabOrganizer

Pobierz pliki rozszerzeń TabOrganizer 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

                        Simple Chrome extension to manage tabs. Offers the follow commands:

- Sort By Title
    - Sorts all tabs in the current window by the Title of the page loaded in the tab.
- Sort By Website
    - Sorts all tabs in the current window by the URL of the page loaded in the tab.
- Sort By Domain
    - Sorts all tabs in the current window by the root domain the page loaded in the tab. This ignores all subdomains.
- Merge All Windows
    - Moves all tabs from other windows and appends them to the end of the current window.
- Move Tab to New Window
    - Creates a new window with the current tab.                    

Podstawowe informacje o rozszerzeniu

Nazwa TabOrganizer TabOrganizer
ID pihippcgjjgehpboiemeenhclbohhblo
Oficjalny URL https://chromewebstore.google.com/detail/taborganizer/pihippcgjjgehpboiemeenhclbohhblo
Opis This extension provides quick actions to manage tabs.
Rozmiar pliku 21.05 KB
Liczba instalacji 58
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-05-14
Data Publikacji 2020-05-13
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/adrum/chrome-tab-organizer
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabOrganizer",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "This extension provides quick actions to manage tabs.",
    "homepage_url": "https:\/\/github.com\/adrum\/chrome-tab-organizer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "TabOrganizer",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ]
}