TabStash

git stash but for Chrome tabs.

TabStash là gì?

TabStash là một tiện ích mở rộng Chrome được phát triển bởi Lauren Barry, và tính năng chính của nó là "git stash but for Chrome tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TabStash

Tải xuống các tệp mở rộng TabStash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TabStash TabStash
ID booibkcgheofaoklpolmjmgaepombmlk
URL Chính Thức https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk
Mô tả git stash but for Chrome tabs.
Kích Thước Tệp 436 KB
Số Lần Cài Đặt 415
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-05-23
Ngày Phát Hành 2020-05-21
Nhà Phát Triển Lauren Barry
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/laurenbarry00/tabstash
URL Trang Trợ Giúp https://github.com/laurenbarry00/tabstash
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}