Tab Freezer
Freeze All Tabs
Tab Freezerとは何ですか?
Tab Freezerはzhangbohunによって開発されたChromeの拡張機能で、その主な機能は「Freeze All Tabs」です。
拡張機能のスクリーンショット
Tab Freezer拡張機能のCRXファイルをダウンロード
Tab Freezer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you are also a patient with Too Many Tabs Syndrome (TMTS), When the memory is lacking due to too many open tabs, just click this extension to freeze all the tabs that are not concerned temporarily, reduce the memory consumption, no shortcut keys are required, and the option page will not pop up (when memory is really lacking No need to continue loading an option page) Frozen tabs will not be closed, but you can still click to switch normally to resume to achieve a seamless browsing experience.
拡張機能の基本情報
名前 | Tab Freezer |
ID | opmcmbcmkbobnbloaanbgminfokciinp |
公式URL | https://chromewebstore.google.com/detail/tab-freezer/opmcmbcmkbobnbloaanbgminfokciinp |
説明 | Freeze All Tabs |
ファイルサイズ | 318 KB |
インストール数 | 830 |
現在のバージョン | 0.1.3 |
最終更新日 | 2022-11-15 |
公開日 | 2020-02-13 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | zhangbohun |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "icons": { "128": "icon.png" }, "version": "0.1.3", "offline_enabled": true, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "__MSG_name__", "default_icon": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "options_ui": { "chrome_style": true, "page": "options.html" }, "web_accessible_resources": [ "icon.png", "*:\/\/*" ], "manifest_version": 2, "default_locale": "en" } |