Recently Closed

View and restore recently closed Tabs and Windows

Qu'est-ce que Recently Closed ?

Recently Closed est une extension Chrome développée par https://mythical5th.com, et sa fonction principale est "View and restore recently closed Tabs and Windows".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Recently Closed

Téléchargez les fichiers d'extension Recently Closed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Recently Closed Recently Closed
ID khiocfdofmabcpofejbffpbocoabcjib
URL Officiel https://chromewebstore.google.com/detail/recently-closed/khiocfdofmabcpofejbffpbocoabcjib
Description View and restore recently closed Tabs and Windows
Taille du Fichier 162 KB
Nombre d'Installations 3,899
Version Actuelle 3.1
Dernière Mise à Jour 2024-02-10
Date de Publication 2020-07-04
Évaluation 4.32/5 Total 19 Évaluations
Développeur https://mythical5th.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://mythical5th.com/policies/chromeWebStore.html
Langues Prises en Charge 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__"
    }
}