Duplicate Tab Killer
Display and close duplicate tabs.
什麼是Duplicate Tab Killer?
Duplicate Tab Killer是由Rad Apps開發的Chrome擴展程式,該擴展的主要功能是“Display and close duplicate tabs.”。
擴展截圖
下載Duplicate Tab Killer擴展crx文件
下載Duplicate Tab Killer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A better duplicate tab remover. Please rate if this is what you were looking for! This will show you a list of duplicate tabs and user can click to close all. Works offline.
擴展基本資訊
名稱 | |
ID | kjcimdkhahmilaibihmbealfnoiiijoo |
官方網址 | https://chrome.google.com/webstore/detail/duplicate-tab-killer/kjcimdkhahmilaibihmbealfnoiiijoo |
簡介 | Display and close duplicate tabs. |
檔案大小 | 68.07 KB |
安裝次數 | 236 |
目前版本 | 1.1 |
更新時間 | 2017-12-29 |
上架時間 | 2017-12-29 |
評分 | 2.50/5 共 2 次評分 |
開發者 | Rad Apps |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duplicate Tab Killer", "description": "Display and close duplicate tabs.", "version": "1.1", "browser_action": { "default_icon": "app-main-icon.png", "default_popup": "popup.html" }, "icons": { "128": "app-main-icon.png" }, "permissions": [ "storage", "tabs" ] } |