TabStash
git stash but for Chrome tabs.
TabStashとは何ですか?
TabStashはLauren Barryによって開発されたChromeの拡張機能で、その主な機能は「git stash but for Chrome tabs.」です。
拡張機能のスクリーンショット
TabStash拡張機能のCRXファイルをダウンロード
TabStash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TabStash is a lightweight Chrome extension that allows users to temporarily save their currently-opened browser tabs, to be re-opened later. Features: - Save all currently open tabs in a "stash" - Saves the tab URL, position in browser bar, and whether the tab is focused - Restore the most recently stashed tabs - Stash multiple sets of tabs - Restore a specific stash - Delete a stash - Clear all stashes Why use TabStash? Although this functionality already exists in the "continue where you left off" feature of Chrome or with the Ctrl+Shift+T shortcut, many users want to easily restore their tabs without permanently enabling this setting.
拡張機能の基本情報
名前 | |
ID | booibkcgheofaoklpolmjmgaepombmlk |
公式URL | https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk |
説明 | git stash but for Chrome tabs. |
ファイルサイズ | 436 KB |
インストール数 | 415 |
現在のバージョン | 1.1 |
最終更新日 | 2020-05-23 |
公開日 | 2020-05-21 |
開発者 | Lauren Barry |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/laurenbarry00/tabstash |
ヘルプページのURL | https://github.com/laurenbarry00/tabstash |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabStash", "author": "Lauren Barry", "version": "1.1", "description": "git stash but for Chrome tabs.", "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "index.html", "default_title": "Open TabStash" }, "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" } } |