Close Active Tab
Close Active Tab from Context Menu
Cos'è Close Active Tab?
Close Active Tab è un'estensione di Chrome sviluppata da satoshixsea, e la sua funzione principale è "Close Active Tab from Context Menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Close Active Tab
Scarica i file di estensione Close Active Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
現在開いているタブを閉じるための拡張機能です。 ブラウザ上で右クリックして現れるコンテキストメニューと、右上に表示されるアイコンから閉じることができます。 This is a simple extension for closing active tab. You can use this extension in the context menu and on the upper right icon.
Informazioni di Base sull'Estensione
Nome | Close Active Tab |
ID | kkkdkbchmnangdchamocdjclafdapoml |
URL Ufficiale | https://chromewebstore.google.com/detail/close-active-tab/kkkdkbchmnangdchamocdjclafdapoml |
Descrizione | Close Active Tab from Context Menu |
Dimensione del File | 10.11 KB |
Conteggio Installazioni | 108 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-04-09 |
Data di Pubblicazione | 2017-04-08 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | satoshixsea |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Active Tab", "version": "1.1", "manifest_version": 2, "description": "Close Active Tab from Context Menu", "icons": { "128": "icon.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "close" } } |