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 |
| 官方網址 | 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"
}
} | |