Tabulator
Manage your open tabs from the new tab page
Co je Tabulator?
Tabulator je rozšíření Chrome vyvinuté https://gettabulator.com, a jeho hlavní funkcí je „Manage your open tabs from the new tab page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tabulator
Stáhněte si soubory rozšíření Tabulator 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í
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
Základní Informace o Rozšíření
Název | Tabulator |
ID | fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
Oficiální URL | https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
Popis | Manage your open tabs from the new tab page |
Velikost souboru | 74.77 KB |
Počet instalací | 196 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2018-07-08 |
Datum Vydání | 2018-07-07 |
Hodnocení | 4.00/5 Celkem 3 Hodnocení |
Vývojář | https://gettabulator.com |
Typ Platby | free |
Podporované Jazyky | 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", " |