Tabulator
Manage your open tabs from the new tab page
Τι είναι το Tabulator;
Το Tabulator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gettabulator.com, και η κύρια λειτουργία του είναι "Manage your open tabs from the new tab page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tabulator
Λήψη αρχείων επέκτασης Tabulator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tabulator |
ID | fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
Επίσημο URL | https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
Περιγραφή | Manage your open tabs from the new tab page |
Μέγεθος Αρχείου | 74.77 KB |
Αριθμός Εγκαταστάσεων | 196 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2018-07-08 |
Ημερομηνία Δημοσίευσης | 2018-07-07 |
Αξιολόγηση | 4.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://gettabulator.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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", " |