Tabulator
Manage your open tabs from the new tab page
Hvad er Tabulator?
Tabulator er en Chrome-udvidelse udviklet af https://gettabulator.com, og dens hovedfunktion er "Manage your open tabs from the new tab page".
Udvidelsesskærmbilleder
Download Tabulator-udvidelses-CRX-fil
Download Tabulator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Tabulator |
ID | fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
Officiel URL | https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
Beskrivelse | Manage your open tabs from the new tab page |
Filstørrelse | 74.77 KB |
Antal Installationer | 196 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2018-07-08 |
Udgivelsesdato | 2018-07-07 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | https://gettabulator.com |
Betalingsmetode | free |
Understøttede Sprog | 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", " |