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 |
电子邮箱 | [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" } |