Tab Cleanup
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
Tab Cleanupとは何ですか?
Tab Cleanupはhttps://tabcleanup.comによって開発されたChromeの拡張機能で、その主な機能は「Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.」です。
拡張機能のスクリーンショット
Tab Cleanup拡張機能のCRXファイルをダウンロード
Tab Cleanup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. Closing inactive tabs also reduces CPU and memory usage, which can speed up your browser. By clicking "Add to chrome", you accept and agree to installing the TabCleanup Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. Privacy Policy: http://tabcleanup.com/privacy.html Terms of Use: http://tabcleanup.com/terms.html
拡張機能の基本情報
名前 | Tab Cleanup |
ID | ggbmajcpfpdgehnobdbbdjdafaejgpmk |
公式URL | https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk |
説明 | Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. |
ファイルサイズ | 191 KB |
インストール数 | 1,337 |
現在のバージョン | 0.9.9 |
最終更新日 | 2023-09-02 |
公開日 | 2019-08-26 |
評価 | 2.60/5 合計 5 レビュー |
開発者 | https://tabcleanup.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | http://tabcleanup.com/support.php |
プライバシーポリシーページのURL | https://www.guppymedia.com/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Cleanup", "version": "0.9.9", "description": "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.", "incognito": "split", "chrome_url_overrides": { "newtab": "html\/index.html" }, "permissions": [ "tabs", "unlimitedStorage", "storage" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Tab Cleanup Settings", "default_icon": "icon64.png", "default_popup": "popup.html" }, "manifest_version": 2 } |