TabOrganizer
This extension provides quick actions to manage tabs.
Was ist TabOrganizer?
TabOrganizer ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides quick actions to manage tabs.".
Erweiterungsscreenshots
TabOrganizer-Erweiterungs-CRX-Datei herunterladen
Laden Sie TabOrganizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pihippcgjjgehpboiemeenhclbohhblo |
| Offizielle URL | https://chromewebstore.google.com/detail/taborganizer/pihippcgjjgehpboiemeenhclbohhblo |
| Beschreibung | This extension provides quick actions to manage tabs. |
| Dateigröße | 21.05 KB |
| Installationsanzahl | 58 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2020-05-14 |
| Veröffentlichungsdatum | 2020-05-13 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/adrum/chrome-tab-organizer |
| Unterstützte Sprachen | 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"
]
} | |