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