Kloser
Close all tabs and open default tab
Vad är Kloser?
Kloser är en Chrome-tillägg utvecklad av Aleksey Ivashin, och dess huvudfunktion är "Close all tabs and open default tab".
Tilläggsskärmbilder
Ladda ner Kloser-förlängningens CRX-fil
Ladda ner Kloser-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
Simple extension for closing all tabs in active window and opening New Tab Page or your selected page. You can edit settings of this extension, such as you can choose preferred tab which will be opened after using the extension and you can set will be extension close pinned tabs. Use the shortcut: Ctrl + Q
Grundläggande Information om Tillägg
Namn | Kloser |
ID | joanfadldlkgclnmonllgcbnepcbfepk |
Officiell webbadress | https://chromewebstore.google.com/detail/kloser/joanfadldlkgclnmonllgcbnepcbfepk |
Beskrivning | Close all tabs and open default tab |
Filstorlek | 9.99 KB |
Antal Installationer | 14 |
Aktuell Version | 3.0 |
Senast Uppdaterad | 2023-12-06 |
Publiceringsdatum | 2017-04-20 |
Betyg | 4.80/5 Totalt 5 Betyg |
Utvecklare | Aleksey Ivashin |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kloser", "author": "Aleksey Ivashin", "description": "Close all tabs and open default tab", "version": "3.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "windows": "Ctrl+Q", "mac": "Command+Q", "chromeos": "Ctrl+Q", "linux": "Ctrl+Q" } } }, "options_ui": { "page": "options\/options.html" }, "action": { "default_title": "Kloser", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_security_policy": [] } |