Recently Closed
View and restore recently closed Tabs and Windows
Τι είναι το Recently Closed;
Το Recently Closed είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mythical5th.com, και η κύρια λειτουργία του είναι "View and restore recently closed Tabs and Windows".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Recently Closed
Λήψη αρχείων επέκτασης Recently Closed σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A page for Recently Closed Tabs, following the design of the History and Downloads pages. Click a Tab or Window to restore it. Keyboard shortcut: Alt+Z. To change the shortcut, paste this into the address bar: chrome://extensions/shortcuts The Trashcan and Window icons in this extension, as well as icons in promotional images, are in the public domain and available from http://paomedia.github.io/small-n-flat/
Βασικές Πληροφορίες Επέκτασης
Όνομα | Recently Closed |
ID | khiocfdofmabcpofejbffpbocoabcjib |
Επίσημο URL | https://chromewebstore.google.com/detail/recently-closed/khiocfdofmabcpofejbffpbocoabcjib |
Περιγραφή | View and restore recently closed Tabs and Windows |
Μέγεθος Αρχείου | 162 KB |
Αριθμός Εγκαταστάσεων | 3,899 |
Τρέχουσα Έκδοση | 3.1 |
Τελευταία Ενημέρωση | 2024-02-10 |
Ημερομηνία Δημοσίευσης | 2020-07-04 |
Αξιολόγηση | 4.32/5 Συνολικά 19 Αξιολογήσεις |
Προγραμματιστής | https://mythical5th.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://mythical5th.com/policies/chromeWebStore.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "short_name": "RecentTabs", "version": "3.1", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "sessions", "favicon" ], "background": { "service_worker": "sw.js", "type": "module" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Z" } } }, "action": { "default_title": "__MSG_extName__" } } |