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.
擴展基本資訊
名稱 | TabStash |
ID | booibkcgheofaoklpolmjmgaepombmlk |
官方網址 | 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 |
電子郵箱 | [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" } } |