TabStash
git stash but for Chrome tabs.
TabStashคืออะไร?
TabStash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lauren Barry และคุณลักษณะหลักของมันคือ "git stash but for Chrome tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabStash
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" } } |