Close Tab

This will close the same websites base on your current page

什麼是Close Tab?

Close Tab是由edward901213開發的Chrome擴展程式,該擴展的主要功能是“This will close the same websites base on your current page”。

擴展截圖

下載Close Tab擴展crx文件

下載Close Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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的分頁,使用完之後每次都要一個一個關掉,你只要點一下這個擴充的圖示就可以一次關閉所有分頁。                    

擴展基本資訊

名稱 Close Tab Close Tab
ID gogiikgffihaehlgdhjhdkikjpdcfnap
官方網址 https://chromewebstore.google.com/detail/close-tab/gogiikgffihaehlgdhjhdkikjpdcfnap
簡介 This will close the same websites base on your current page
檔案大小 3.98 KB
安裝次數 15
目前版本 1.0
更新時間 2019-12-09
上架時間 2019-12-09
評分 5.00/5 共 1 次評分
開發者 edward901213
付費類型 free
支援的語言 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
}