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!」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |