Restore Last Closed Tab in Context Menu
Restore a closed tab using a context menu option.
Vad är Restore Last Closed Tab in Context Menu?
Restore Last Closed Tab in Context Menu är en Chrome-tillägg utvecklad av Daniel Nishi, och dess huvudfunktion är "Restore a closed tab using a context menu option.".
Tilläggsskärmbilder
Ladda ner Restore Last Closed Tab in Context Menu-förlängningens CRX-fil
Ladda ner Restore Last Closed Tab in Context Menu-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
This extension adds a context menu button which restores the last closed tab. That's all it does! :)
Grundläggande Information om Tillägg
Namn | Restore Last Closed Tab in Context Menu |
ID | pkifpkambhgdeebloffgpijpleblhnfh |
Officiell webbadress | https://chromewebstore.google.com/detail/restore-last-closed-tab-i/pkifpkambhgdeebloffgpijpleblhnfh |
Beskrivning | Restore a closed tab using a context menu option. |
Filstorlek | 10.9 KB |
Antal Installationer | 469 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-12-09 |
Publiceringsdatum | 2015-12-07 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Daniel Nishi |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Restore Last Closed Tab in Context Menu", "description": "Restore a closed tab using a context menu option.", "version": "1.1", "permissions": [ "contextMenus", "sessions" ], "background": { "scripts": [ "main.js" ] }, "icons": { "128": "recycle128.png" }, "manifest_version": 2 } |