Duplicate Tab Killer!
This is an extension for removing the duplicate tabs!
什麼是Duplicate Tab Killer!?
Duplicate Tab Killer!是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This is an extension for removing the duplicate tabs!”。
下載Duplicate Tab Killer!擴展crx文件
下載Duplicate Tab Killer!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Getting tired of having so many duplicated tabs open? This plugin can remove those duplicate tabs by just clicking the shortcut. The shortcut for Mac user: "Command+Shift+1" The shortcut for Windows user: "Ctrl+Shift+1"
擴展基本資訊
名稱 | Duplicate Tab Killer! |
ID | jfjefgepcfillfepaobiikcidonkndoo |
官方網址 | https://chromewebstore.google.com/detail/duplicate-tab-killer/jfjefgepcfillfepaobiikcidonkndoo |
簡介 | This is an extension for removing the duplicate tabs! |
檔案大小 | 201 KB |
安裝次數 | 36 |
目前版本 | 1.0.1 |
更新時間 | 2018-04-05 |
上架時間 | 2018-04-04 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duplicate Tab Killer!", "version": "1.0.1", "manifest_version": 2, "description": "This is an extension for removing the duplicate tabs!", "permissions": [ "tabs" ], "commands": { "record-tab-names": { "suggested_key": { "default": "Ctrl+Shift+1", "mac": "Command+Shift+1" }, "description": "remove duplicated tabs" } }, "background": { "scripts": [ "background.js" ] } } |