Tabulator

Manage your open tabs from the new tab page

Vad är Tabulator?

Tabulator är en Chrome-tillägg utvecklad av https://gettabulator.com, och dess huvudfunktion är "Manage your open tabs from the new tab page".

Tilläggsskärmbilder

screenshot

Ladda ner Tabulator-förlängningens CRX-fil

Ladda ner Tabulator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Officiell webbadress https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Beskrivning Manage your open tabs from the new tab page
Filstorlek 74.77 KB
Antal Installationer 196
Aktuell Version 1.1.0
Senast Uppdaterad 2018-07-08
Publiceringsdatum 2018-07-07
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare https://gettabulator.com
Betalningssätt free
Stödda Språk 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",
        ""
    ],
    "minimum_chrome_version": "50"
}