Recently Closed

View and restore recently closed Tabs and Windows

Vad är Recently Closed?

Recently Closed är en Chrome-tillägg utvecklad av https://mythical5th.com, och dess huvudfunktion är "View and restore recently closed Tabs and Windows".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Recently Closed-förlängningens CRX-fil

Ladda ner Recently Closed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Recently Closed Recently Closed
ID khiocfdofmabcpofejbffpbocoabcjib
Officiell webbadress https://chromewebstore.google.com/detail/recently-closed/khiocfdofmabcpofejbffpbocoabcjib
Beskrivning View and restore recently closed Tabs and Windows
Filstorlek 162 KB
Antal Installationer 3,899
Aktuell Version 3.1
Senast Uppdaterad 2024-02-10
Publiceringsdatum 2020-07-04
Betyg 4.32/5 Totalt 19 Betyg
Utvecklare https://mythical5th.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://mythical5th.com/policies/chromeWebStore.html
Stödda Språk 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__"
    }
}