Tab Closer
This extension closes open tabs
Tab Closerとは何ですか?
Tab CloserはWesley Martinezによって開発されたChromeの拡張機能で、その主な機能は「This extension closes open tabs」です。
拡張機能のスクリーンショット
Tab Closer拡張機能のCRXファイルをダウンロード
Tab Closer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have u ever found yourself with what is seems like an infinite amount of tabs opened and can't quite find what to close? Well Tab Closer is here for you, this extension lets you close all tabs of a category at the same time. The idea behind the extension is to provide the user with a tool for closing different types of opened tabs or even a complete browser window with the click of a button. Apart from predetermined categories such as social media and media tabs, this extension lets the user save a list of favorites with the ability to close at command. There are certain behaviors that the user must understand before using the extension: 1. Closing a tab: *The extension closes all tabs that match the search criteria. 2. When creating a favorite * Favorites tabs must contain to be accepted: a. Valid URL b. At least 3 letters c. A domain Want to know more about Food Roulette or other projects? Contact me at [email protected]
拡張機能の基本情報
名前 | Tab Closer |
ID | iadliidedmiaghpliaiblnkliigibkhd |
公式URL | https://chromewebstore.google.com/detail/tab-closer/iadliidedmiaghpliaiblnkliigibkhd |
説明 | This extension closes open tabs |
ファイルサイズ | 863 KB |
インストール数 | 30 |
現在のバージョン | 2.1 |
最終更新日 | 2020-11-26 |
公開日 | 2020-11-25 |
開発者 | Wesley Martinez |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Closer", "description": "This extension closes open tabs", "version": "2.1", "browser_action": { "default_icon": "menu-logo.png", "default_popup": "CTExtension.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'" } |