Save State - Tabs
An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your…
什么是Save State - Tabs?
Save State - Tabs是由markatron9000开发的Chrome扩展程序,该扩展的主要功能是“An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your…”。
扩展截图
下载Save State - Tabs扩展crx文件
下载Save State - Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your browser - which were necessary for a project, but were not needed at the present moment? Simply save the state, de-clutter your session, and then re-open them again whenever you wish at the click of a button! If you have Sync turned on for your Google account, these states can transfer across computers as well, making it as easy as a button click to transfer tabs from one computer to another! 扩展基本信息
| 名称 | |
| ID | aeffgobbboncedkpnmdnmleelohnbpig |
| 官方URL | https://chromewebstore.google.com/detail/save-state-tabs/aeffgobbboncedkpnmdnmleelohnbpig |
| 简介 | An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your… |
| 文件大小 | 1.18 MB |
| 安装次数 | 219 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-08-13 |
| 上架时间 | 2021-08-13 |
| 评分 | 2.67/5 共6次评分 |
| 开发者 | markatron9000 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Save State - Tabs",
"version": "1.0",
"manifest_version": 3,
"action": {
"default_title": "Save State - Tabs",
"default_icon": "art.png",
"default_popup": "hello.html"
},
"permissions": [
"storage",
"tabs"
],
"icons": {
"16": "art.png",
"48": "art.png",
"128": "art.png"
}
} | |