Close Tab

This will close the same websites base on your current page

Cos'è Close Tab?

Close Tab è un'estensione di Chrome sviluppata da edward901213, e la sua funzione principale è "This will close the same websites base on your current page".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Close Tab

Scarica i file di estensione Close 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

                        When you open many Youtube , Amazon or Pornhub pages,you have to close it one by one. But now, you can click this icon and close them by once.


這是一個會關閉瀏覽器中相同網站的擴充,只要你在一個網站按下這個按鈕,所以跟你目前瀏覽網站相同的網站都會被關閉。

當你開了很多購物網站的分頁、很多成人網站的分頁、很多youtube的分頁,使用完之後每次都要一個一個關掉,你只要點一下這個擴充的圖示就可以一次關閉所有分頁。                    

Informazioni di Base sull'Estensione

Nome Close Tab Close Tab
ID gogiikgffihaehlgdhjhdkikjpdcfnap
URL Ufficiale https://chromewebstore.google.com/detail/close-tab/gogiikgffihaehlgdhjhdkikjpdcfnap
Descrizione This will close the same websites base on your current page
Dimensione del File 3.98 KB
Conteggio Installazioni 15
Versione Corrente 1.0
Ultimo Aggiornamento 2019-12-09
Data di Pubblicazione 2019-12-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore edward901213
Tipo di Pagamento free
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tab",
    "version": "1.0",
    "description": "This will close the same websites base on your current page",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "128": "cross.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "cross.png"
    },
    "manifest_version": 2
}