Refresh Session
Close every tabs and open a new one
Vad är Refresh Session?
Refresh Session är en Chrome-tillägg utvecklad av https://lukaspolak.com, och dess huvudfunktion är "Close every tabs and open a new one".
Tilläggsskärmbilder
Ladda ner Refresh Session-förlängningens CRX-fil
Ladda ner Refresh Session-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
Close every tabs and open a new one with a single click. Just press the "Refresh Session" toolbar button and see the magic! Now you can even change the extension icon color! Just right-click on the extension, pick an "Options," and choose your preferred color theme.
Grundläggande Information om Tillägg
Namn | Refresh Session |
ID | achnlocgnadfecanoeeppgapceogdhce |
Officiell webbadress | https://chromewebstore.google.com/detail/refresh-session/achnlocgnadfecanoeeppgapceogdhce |
Beskrivning | Close every tabs and open a new one |
Filstorlek | 91.69 KB |
Antal Installationer | 27 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-12-20 |
Publiceringsdatum | 2021-12-19 |
Utvecklare | https://lukaspolak.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.lukaspolak.com/projects/chrome-extensions/refresh-session |
Hjälpsida URL | https://www.lukaspolak.com/projects/chrome-extensions/refresh-session/support |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refresh Session", "description": "Close every tabs and open a new one", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ], "action": { "default_icon": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } }, "icons": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } } |