Recently Closed
View and restore recently closed Tabs and Windows
Was ist Recently Closed?
Recently Closed ist eine Chrome-Erweiterung, die von https://mythical5th.com entwickelt wurde, und ihr Hauptmerkmal ist "View and restore recently closed Tabs and Windows".
Erweiterungsscreenshots
Recently Closed-Erweiterungs-CRX-Datei herunterladen
Laden Sie Recently Closed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | khiocfdofmabcpofejbffpbocoabcjib |
| Offizielle URL | https://chromewebstore.google.com/detail/recently-closed/khiocfdofmabcpofejbffpbocoabcjib |
| Beschreibung | View and restore recently closed Tabs and Windows |
| Dateigröße | 162 KB |
| Installationsanzahl | 3,899 |
| Aktuelle Version | 3.1 |
| Letztes Update | 2024-02-10 |
| Veröffentlichungsdatum | 2020-07-04 |
| Bewertung | 4.32/5 Insgesamt 19 Bewertungen |
| Entwickler | https://mythical5th.com |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | http://mythical5th.com/policies/chromeWebStore.html |
| Unterstützte Sprachen | 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__"
}
} | |