Button: Restore Recent Tabs
Restore closed tabs with just one click.
Vad är Button: Restore Recent Tabs?
Button: Restore Recent Tabs är en Chrome-tillägg utvecklad av https://browser-extensions.com, och dess huvudfunktion är "Restore closed tabs with just one click.".
Tilläggsskärmbilder
Ladda ner Button: Restore Recent Tabs-förlängningens CRX-fil
Ladda ner Button: Restore Recent Tabs-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
Adds a "Restore" button to your browser. Clicking this button will restore the latest closed tab.
Grundläggande Information om Tillägg
Namn | Button: Restore Recent Tabs |
ID | kcbljogompapnbbkihihijccgndjflda |
Officiell webbadress | https://chromewebstore.google.com/detail/button-restore-recent-tab/kcbljogompapnbbkihihijccgndjflda |
Beskrivning | Restore closed tabs with just one click. |
Filstorlek | 63.58 KB |
Antal Installationer | 3,815 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2022-01-21 |
Publiceringsdatum | 2022-01-21 |
Betyg | 4.08/5 Totalt 12 Betyg |
Utvecklare | https://browser-extensions.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://browser-extensions.com/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2.0.0", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "19": "icons\/icon-19.png", "38": "icons\/icon-38.png", "128": "icons\/icon-128.png", "512": "icons\/icon-512.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "__MSG_reopenTab__" }, "permissions": [ "sessions" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl62zUosLGl8XptDI2Hpp+6Y2pwzbk+OhZD\/bIWkQdfaL\/CibIHtuvWOL0dLFdRI4lFdrCyUprP02LAQEcnn44agJtYvpUP8ba9MlKDt7dg+RyLcMmJMRFjxn6hO7Kwbx\/k8\/ODgb9mwvG\/nd\/KwrTmMVEYXIbrwcPnmf85fi5RJvD0HJidkxU1ZOSYlWkOhxLCjj5kcLxFNv09KaW489b0MkXWwWkewznoq9cqoENqyotQPqzWaK5OIagFCrTm\/dkHsyTzRZAtL3NadsYcquYkPEcmWN58vgyPVALcu0DfR3TzXbeHWrs8Ber751gy05tydKr88jMp8PSC0\/92t2ZQIDAQAB" } |