Closed Tabs History
Displays recently closed tabs and allows to restore them.
Vad är Closed Tabs History?
Closed Tabs History är en Chrome-tillägg utvecklad av Dima PM, och dess huvudfunktion är "Displays recently closed tabs and allows to restore them.".
Tilläggsskärmbilder
Ladda ner Closed Tabs History-förlängningens CRX-fil
Ladda ner Closed Tabs History-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
Extension displays recently closed tabs and allows to restore them.
Grundläggande Information om Tillägg
Namn | Closed Tabs History |
ID | hbonodimiklgogkiabgdkhhjkcigjhlk |
Officiell webbadress | https://chromewebstore.google.com/detail/closed-tabs-history/hbonodimiklgogkiabgdkhhjkcigjhlk |
Beskrivning | Displays recently closed tabs and allows to restore them. |
Filstorlek | 5.83 KB |
Antal Installationer | 175 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2021-06-10 |
Publiceringsdatum | 2016-12-31 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Dima PM |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |