Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
Τι είναι το Close Tabs To The Left;
Το Close Tabs To The Left είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fr1sk, και η κύρια λειτουργία του είναι "This extension allows the user to close chrome tabs to the left, with one press of the button".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Close Tabs To The Left
Λήψη αρχείων επέκτασης Close Tabs To The Left σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
Επίσημο URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
Περιγραφή | This extension allows the user to close chrome tabs to the left, with one press of the button |
Μέγεθος Αρχείου | 11.62 KB |
Αριθμός Εγκαταστάσεων | 35 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2019-02-22 |
Ημερομηνία Δημοσίευσης | 2019-02-22 |
Προγραμματιστής | fr1sk |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close Tabs To The Left", "short_name": "CTTTL", "description": "This extension allows the user to close chrome tabs to the left, with one press of the button", "version": "1.2", "browser_action": { "default_icon": "resources\/icon.png" }, "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |