CloseTabsByDomain
Close all tabs by domain
什麼是CloseTabsByDomain?
CloseTabsByDomain是由https://ragerworks.com開發的Chrome擴展程式,該擴展的主要功能是“Close all tabs by domain”。
擴展截圖
下載CloseTabsByDomain擴展crx文件
下載CloseTabsByDomain擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With the browser extension CloseTabsByDomain you are able to close all open tabs of a domain comfortably. Easily close tabs by domain! There are two ways to use the extension: - Right-click in the page - Click on the extension button Use the settings to configure how the tabs in the CloseTabsByDomain list are sorted: - Browser order: - Alphabetical - By number of open tabs New: - Sort open tabs by domain
擴展基本資訊
名稱 | CloseTabsByDomain |
ID | hjnfjlehafmdppfncbjafjghkfkgiaml |
官方網址 | https://chromewebstore.google.com/detail/closetabsbydomain/hjnfjlehafmdppfncbjafjghkfkgiaml |
簡介 | Close all tabs by domain |
檔案大小 | 61.61 KB |
安裝次數 | 95 |
目前版本 | 1.2.0 |
更新時間 | 2020-10-10 |
上架時間 | 2018-12-09 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://ragerworks.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ragerworks.com/static/close-tabs-by-domain.html |
支援的語言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CloseTabsByDomain", "description": "Close all tabs by domain", "version": "1.2.0", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "img\/logo\/icon_16.png", "48": "img\/logo\/icon_48.png", "128": "img\/logo\/icon_128.png" }, "permissions": [ "tabs", "storage", "contextMenus" ], "options_page": "options.html", "browser_action": { "default_icon": { "16": "img\/logo\/icon_16.png", "48": "img\/logo\/icon_48.png" }, "default_title": "CloseByDomain", "default_popup": "popup.html" }, "default_locale": "en" } |