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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}