Refresh Session
Close every tabs and open a new one
什么是Refresh Session?
Refresh Session是由https://lukaspolak.com开发的Chrome扩展程序,该扩展的主要功能是“Close every tabs and open a new one”。
扩展截图
下载Refresh Session扩展crx文件
下载Refresh Session扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Close every tabs and open a new one with a single click. Just press the "Refresh Session" toolbar button and see the magic!
Now you can even change the extension icon color!
Just right-click on the extension, pick an "Options," and choose your preferred color theme.                     扩展基本信息
| 名称 |   |  
| ID | achnlocgnadfecanoeeppgapceogdhce | 
| 官方URL | https://chromewebstore.google.com/detail/refresh-session/achnlocgnadfecanoeeppgapceogdhce | 
| 简介 | Close every tabs and open a new one | 
| 文件大小 | 91.69 KB | 
| 安装次数 | 27 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2021-12-20 | 
| 上架时间 | 2021-12-19 | 
| 开发者 | https://lukaspolak.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.lukaspolak.com/projects/chrome-extensions/refresh-session | 
| 帮助页面URL | https://www.lukaspolak.com/projects/chrome-extensions/refresh-session/support | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh Session",
    "description": "Close every tabs and open a new one",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon-light-16.png",
            "32": "\/images\/icon-light-32.png",
            "48": "\/images\/icon-light-48.png",
            "128": "\/images\/icon-light-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-light-16.png",
        "32": "\/images\/icon-light-32.png",
        "48": "\/images\/icon-light-48.png",
        "128": "\/images\/icon-light-128.png"
    }
}  |  |