Close Tab
A stationary button that closes the current tab. Clean up tabs with less effort.
Τι είναι το Close Tab;
Το Close Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://justinreinhart.com, και η κύρια λειτουργία του είναι "A stationary button that closes the current tab. Clean up tabs with less effort.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Close Tab
Λήψη αρχείων επέκτασης Close Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The "Close Tab" extension provides a stationary button that closes the currently selected tab. This saves time visually hunting down the active tab and provides consistency for the user. Very simple. The icon is designed to work with dark and light themes. *Note: You can also press Ctrl + W to close tabs (when keyboard input isn't being captured by a plugin). *Note: If the icon gets hidden by Chrome, you can get your icon back by pinning it. It happens sometimes. :) *Added: Protect pinned tabs (Options Screen) P.S. Have you found a bug? Email address is provided in the options screen. Happy browsing.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hpmolahefgjbmidmoifolgpjkmhdmalf |
Επίσημο URL | https://chrome.google.com/webstore/detail/close-tab/hpmolahefgjbmidmoifolgpjkmhdmalf |
Περιγραφή | A stationary button that closes the current tab. Clean up tabs with less effort. |
Μέγεθος Αρχείου | 169 KB |
Αριθμός Εγκαταστάσεων | 3,000 |
Τρέχουσα Έκδοση | 1.4.4 |
Τελευταία Ενημέρωση | 2021-07-15 |
Ημερομηνία Δημοσίευσης | 2014-08-07 |
Αξιολόγηση | 4.51/5 Συνολικά 78 Αξιολογήσεις |
Προγραμματιστής | http://justinreinhart.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Tab", "version": "1.4.4", "manifest_version": 2, "icons": { "48": "img\/ct-icon-48.png", "128": "img\/ct-icon-128.png" }, "description": "A stationary button that closes the current tab. Clean up tabs with less effort.", "options_page": "options.html", "browser_action": { "default_title": "Click to close the current tab", "default_icon": "img\/ct-icon-x-19.png" }, "web_accessible_resources": [ "img\/*", "css\/*", "js\/*" ], "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/background.js" ] } } |