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 |
ID | gogiikgffihaehlgdhjhdkikjpdcfnap |
公式URL | 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 } |