Closed Tabs History
Displays recently closed tabs and allows to restore them.
Wat is Closed Tabs History?
Closed Tabs History is een Chrome-extensie ontwikkeld door Dima PM, en de belangrijkste functie is "Displays recently closed tabs and allows to restore them.".
Extensie Screenshots
Download het CRX-bestand van de extensie Closed Tabs History
Download Closed Tabs History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension displays recently closed tabs and allows to restore them.
Basisinformatie over de Extensie
Naam | Closed Tabs History |
ID | hbonodimiklgogkiabgdkhhjkcigjhlk |
Officiële URL | https://chromewebstore.google.com/detail/closed-tabs-history/hbonodimiklgogkiabgdkhhjkcigjhlk |
Beschrijving | Displays recently closed tabs and allows to restore them. |
Bestandsgrootte | 5.83 KB |
Aantal Installaties | 175 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2021-06-10 |
Publicatiedatum | 2016-12-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Dima PM |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Closed Tabs History", "version": "0.0.0.1", "description": "Displays recently closed tabs and allows to restore them.", "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "icon 19.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus", "sessions" ], "manifest_version": 2 } |