Tabulator
Manage your open tabs from the new tab page
Was ist Tabulator?
Tabulator ist eine Chrome-Erweiterung, die von https://gettabulator.com entwickelt wurde, und ihr Hauptmerkmal ist "Manage your open tabs from the new tab page".
Erweiterungsscreenshots
Tabulator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tabulator-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
Tabulator is tab management for power users. If you're the kind of user that has a ton of tabs open at all times, this is the extension for you.
Tabulator takes over your new tab page and allows:
- viewing all your open tabs
- filtering through open tabs, by title or url
- switching to a tab, usually after filtering
- closing tabs from the page
- re-ordering tabs via drag and drop Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
| Offizielle URL | https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
| Beschreibung | Manage your open tabs from the new tab page |
| Dateigröße | 74.77 KB |
| Installationsanzahl | 196 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2018-07-08 |
| Veröffentlichungsdatum | 2018-07-07 |
| Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://gettabulator.com |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tabulator",
"author": "Ammar Khaku",
"version": "1.1.0",
"description": "Manage your open tabs from the new tab page",
"icons": {
"128": "images\/icon-128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"scripts": [
"bundles\/background.js"
],
"persistent": true
},
"permissions": [
"tabs",
" | |