Tabulator

Manage your open tabs from the new tab page

Qu'est-ce que Tabulator ?

Tabulator est une extension Chrome développée par https://gettabulator.com, et sa fonction principale est "Manage your open tabs from the new tab page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tabulator

Téléchargez les fichiers d'extension Tabulator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tabulator Tabulator
ID fgmhoejdoifkbmkdelcgcoimlnfmhbhm
URL Officiel https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm
Description Manage your open tabs from the new tab page
Taille du Fichier 74.77 KB
Nombre d'Installations 196
Version Actuelle 1.1.0
Dernière Mise à Jour 2018-07-08
Date de Publication 2018-07-07
Évaluation 4.00/5 Total 3 Évaluations
Développeur https://gettabulator.com
Type de Paiement free
Langues Prises en Charge 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"
}