StackTab

Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!

StackTab là gì?

StackTab là một tiện ích mở rộng Chrome được phát triển bởi https://stacktab.io, và tính năng chính của nó là "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!".

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

screenshot

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

Tải xuống các tệp mở rộng StackTab 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

                        StackTab is a 'new tab' chrome extension designed to increase the productivity of developers by ensuring access to websites, tools, resources, and time-saving shortcuts. It includes a command line terminal featuring bookmarks, tab management, custom actions, and Easter Eggs!

Don't forget to use Cowsay :)

GET IN TOUCH
Email us at [email protected]
we would love to hear your suggestions and comments.                    

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

Tên StackTab StackTab
ID pfchohchkhkhojmbdcdmnpdmadoohnbo
URL Chính Thức https://chromewebstore.google.com/detail/stacktab/pfchohchkhkhojmbdcdmnpdmadoohnbo
Mô tả Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!
Kích Thước Tệp 149 KB
Số Lần Cài Đặt 598
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2022-05-23
Ngày Phát Hành 2019-12-29
Đánh Giá 4.64/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://stacktab.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://stacktab.io
URL Trang Chính Sách Bảo Mật https://stacktab.io/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StackTab",
    "short_name": "StackTab",
    "version": "2.1.1",
    "description": "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!",
    "permissions": [
        "storage",
        "tabs",
        "topSites",
        "history",
        "bookmarks"
    ],
    "icons": {
        "16": "images\/stacktabicon16.png",
        "32": "images\/stacktabicon32.png",
        "48": "images\/stacktabicon48.png",
        "128": "images\/stacktabicon128.png"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 3
}