Recently Closed

View and restore recently closed Tabs and Windows

Cos'è Recently Closed?

Recently Closed è un'estensione di Chrome sviluppata da https://mythical5th.com, e la sua funzione principale è "View and restore recently closed Tabs and Windows".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Recently Closed

Scarica i file di estensione Recently Closed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Recently Closed Recently Closed
ID khiocfdofmabcpofejbffpbocoabcjib
URL Ufficiale https://chromewebstore.google.com/detail/recently-closed/khiocfdofmabcpofejbffpbocoabcjib
Descrizione View and restore recently closed Tabs and Windows
Dimensione del File 162 KB
Conteggio Installazioni 3,899
Versione Corrente 3.1
Ultimo Aggiornamento 2024-02-10
Data di Pubblicazione 2020-07-04
Valutazione 4.32/5 Totale 19 Valutazioni
Sviluppatore https://mythical5th.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://mythical5th.com/policies/chromeWebStore.html
Lingue Supportate 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__"
    }
}