StackTab

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

StackTabคืออะไร?

StackTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stacktab.io และคุณลักษณะหลักของมันคือ "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StackTab

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}