Advanced tab killer
Tool for closing tabs that are right or left of current tab.
什麼是Advanced tab killer?
Advanced tab killer是由alexey-agk開發的Chrome擴展程式,該擴展的主要功能是“Tool for closing tabs that are right or left of current tab.”。
擴展截圖
下載Advanced tab killer擴展crx文件
下載Advanced tab killer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension allows you to quickly close tabs on the left or right of the current. Click on the extension button. You will see a pop-up with slider. To close a tab to the right of the current tab, drag the slider to the right, to close the tabs on the left drag to left. You can also use the filter at the page address. For the first click the button with a triangle. Then select the level of filtering (default by domain). After drag the slider.
擴展基本資訊
名稱 | Advanced tab killer |
ID | kmmmcmbbhfdabgpbdobcjnihbbpkogpn |
官方網址 | https://chromewebstore.google.com/detail/advanced-tab-killer/kmmmcmbbhfdabgpbdobcjnihbbpkogpn |
簡介 | Tool for closing tabs that are right or left of current tab. |
檔案大小 | 23.5 KB |
安裝次數 | 75 |
目前版本 | 1.5.1 |
更新時間 | 2014-01-05 |
上架時間 | 2014-01-05 |
評分 | 4.00/5 共 1 次評分 |
開發者 | alexey-agk |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced tab killer", "version": "1.5.1", "manifest_version": 2, "description": "Tool for closing tabs that are right or left of current tab.", "background": { "scripts": [ "background.js" ] }, "icons": { "18": "icon_18.png", "19": "icon_19.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_19.png", "default_title": "Advanced tab killer", "default_popup": "popup.html" } } |