Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
O que é Close Tabs To The Left?
Close Tabs To The Left é uma extensão do Chrome desenvolvida por fr1sk, e sua principal característica é "This extension allows the user to close chrome tabs to the left, with one press of the button".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Close Tabs To The Left
Baixe arquivos de extensão Close Tabs To The Left no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
URL Oficial | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
Descrição | This extension allows the user to close chrome tabs to the left, with one press of the button |
Tamanho do Arquivo | 11.62 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.2 |
Última Atualização | 2019-02-22 |
Data de Publicação | 2019-02-22 |
Desenvolvedor | fr1sk |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |