Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
Vad är Close Tabs To The Left?
Close Tabs To The Left är en Chrome-tillägg utvecklad av fr1sk, och dess huvudfunktion är "This extension allows the user to close chrome tabs to the left, with one press of the button".
Tilläggsskärmbilder
Ladda ner Close Tabs To The Left-förlängningens CRX-fil
Ladda ner Close Tabs To The Left-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
On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!
Grundläggande Information om Tillägg
Namn | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
Officiell webbadress | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
Beskrivning | This extension allows the user to close chrome tabs to the left, with one press of the button |
Filstorlek | 11.62 KB |
Antal Installationer | 35 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2019-02-22 |
Publiceringsdatum | 2019-02-22 |
Utvecklare | fr1sk |
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": 2, "name": "Close Tabs To The Left", "short_name": "CTTTL", "description": "This extension allows the user to close chrome tabs to the left, with one press of the button", "version": "1.2", "browser_action": { "default_icon": "resources\/icon.png" }, "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |