StackTab

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

什麼是StackTab?

StackTab是由https://stacktab.io開發的Chrome擴展程式,該擴展的主要功能是“Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!”。

擴展截圖

screenshot

下載StackTab擴展crx文件

下載StackTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 StackTab StackTab
ID pfchohchkhkhojmbdcdmnpdmadoohnbo
官方網址 https://chromewebstore.google.com/detail/stacktab/pfchohchkhkhojmbdcdmnpdmadoohnbo
簡介 Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!
檔案大小 149 KB
安裝次數 598
目前版本 2.1.1
更新時間 2022-05-23
上架時間 2019-12-29
評分 4.64/5 共 14 次評分
開發者 https://stacktab.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://stacktab.io
隱私政策頁面URL https://stacktab.io/privacy.html
支援的語言 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
}