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 |
| Eメール | [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"
}
} | |