Close Tabs to the Left
Adds a button to close all tabs to the left of the current tab.
Τι είναι το Close Tabs to the Left;
Το Close Tabs to the Left είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Erik Humphrey, και η κύρια λειτουργία του είναι "Adds a button to close all tabs to the left of the current tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Close Tabs to the Left
Λήψη αρχείων επέκτασης Close Tabs to the Left σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Most browsers have the ability to right-click a tab and "Close tabs to the right", but not "Close tabs to the left"! This extension adds a button to the right of the address bar that all closes all tabs to the left of the current active tab. Unlike most other extensions, it doesn't closed tabs you've pinned!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Close Tabs to the Left |
ID | gggbppgpkegkkgjpmlbedgbmgomecmoj |
Επίσημο URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj |
Περιγραφή | Adds a button to close all tabs to the left of the current tab. |
Μέγεθος Αρχείου | 28.38 KB |
Αριθμός Εγκαταστάσεων | 4,498 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2021-05-11 |
Ημερομηνία Δημοσίευσης | 2019-06-26 |
Αξιολόγηση | 4.59/5 Συνολικά 29 Αξιολογήσεις |
Προγραμματιστής | Erik Humphrey |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/ErikHumphrey/close-tabs-to-the-left |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/ErikHumphrey/close-tabs-to-the-left/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Erik Humphrey", "action": { "default_icon": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "default_title": "Close tabs to the left" }, "background": { "service_worker": "TabCloseScript.js" }, "description": "Adds a button to close all tabs to the left of the current tab.", "icons": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 3, "name": "Close Tabs to the Left", "short_name": "Close Left", "version": "1.2.1" } |