TabOrganizer
This extension provides quick actions to manage tabs.
Co je TabOrganizer?
TabOrganizer je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension provides quick actions to manage tabs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TabOrganizer
Stáhněte si soubory rozšíření TabOrganizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | TabOrganizer |
ID | pihippcgjjgehpboiemeenhclbohhblo |
Oficiální URL | https://chromewebstore.google.com/detail/taborganizer/pihippcgjjgehpboiemeenhclbohhblo |
Popis | This extension provides quick actions to manage tabs. |
Velikost souboru | 21.05 KB |
Počet instalací | 58 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2020-05-14 |
Datum Vydání | 2020-05-13 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/adrum/chrome-tab-organizer |
Podporované Jazyky | 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" ] } |