Incognito Refresher
Closes then reopens all incognito tabs
什么是Incognito Refresher?
Incognito Refresher是由Manny Morales开发的Chrome扩展程序,该扩展的主要功能是“Closes then reopens all incognito tabs”。
扩展截图
下载Incognito Refresher扩展crx文件
下载Incognito Refresher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Closes all incognito tabs/windows then re-opens them. Useful for renewing an incognito session without losing your tabs and windows. Required: "Allow In Incognito" found in the Extension's "Details" Source: https://github.com/Heyotetsuo/refresh-private-tabs 1.0 - Initial Release 1.0.1 - Fixed typos
扩展基本信息
名称 | Incognito Refresher |
ID | fgklieeeadengbjobafaofepbgbfaeon |
官方URL | https://chromewebstore.google.com/detail/incognito-refresher/fgklieeeadengbjobafaofepbgbfaeon |
简介 | Closes then reopens all incognito tabs |
文件大小 | 16.87 KB |
安装次数 | 219 |
当前版本 | 1.0.1 |
更新时间 | 2019-09-18 |
上架时间 | 2019-09-17 |
评分 | 5.00/5 共1次评分 |
开发者 | Manny Morales |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.1", "name": "Incognito Refresher", "description": "Closes then reopens all incognito tabs", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "scripts\/content.js" ] } } |