Close Tabs
Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more
Τι είναι το Close Tabs;
Το Close Tabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tejji.com, και η κύρια λειτουργία του είναι "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Close Tabs
Λήψη αρχείων επέκτασης Close Tabs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Provide context menu (popup that appear on right click) close button with following options 1. Close tabs to the left of current tab 2. Close tabs to the right of current tab 3. Close other tabs except current tab 4. Close current tab 6. Close tabs from current domain / website 7. Close tabs from other domain / website except current one 8. Close window 9. Option to disable context menu The options is available via... Right click on any webpage --> Click Close Tabs --> Click Options More extensions at http://tejji.com/browser/chrome/extensions/ Thanks, http://tejji.com v1.2 - 2018-09-13 - changes to ensure compliance Chrome Web Store policies
Βασικές Πληροφορίες Επέκτασης
Όνομα | Close Tabs |
ID | gadafnnkijfmbbmeielphlapddbmgbgo |
Επίσημο URL | https://chromewebstore.google.com/detail/close-tabs/gadafnnkijfmbbmeielphlapddbmgbgo |
Περιγραφή | Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more |
Μέγεθος Αρχείου | 72.56 KB |
Αριθμός Εγκαταστάσεων | 11,611 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2018-09-14 |
Ημερομηνία Δημοσίευσης | 2018-09-13 |
Αξιολόγηση | 4.24/5 Συνολικά 186 Αξιολογήσεις |
Προγραμματιστής | https://tejji.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://tejji.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://tejji.com/contactus.aspx |
URL της Σελίδας Πολιτικής Απορρήτου | https://tejji.com/privacy.aspx |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Tabs", "version": "1.2", "description": "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more", "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "page": "background.htm" }, "options_page": "options.htm", "permissions": [ "contextMenus", "unlimitedStorage", "tabs" ], "manifest_version": 2, "homepage_url": "http:\/\/tejji.com\/" } |