Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
Wat is Close Tabs To The Left?
Close Tabs To The Left is een Chrome-extensie ontwikkeld door fr1sk, en de belangrijkste functie is "This extension allows the user to close chrome tabs to the left, with one press of the button".
Extensie Screenshots
Download het CRX-bestand van de extensie Close Tabs To The Left
Download Close Tabs To The Left-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
Officiële URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
Beschrijving | This extension allows the user to close chrome tabs to the left, with one press of the button |
Bestandsgrootte | 11.62 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-02-22 |
Publicatiedatum | 2019-02-22 |
Ontwikkelaar | fr1sk |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |