StackTab
Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!
Was ist StackTab?
StackTab ist eine Chrome-Erweiterung, die von https://stacktab.io entwickelt wurde, und ihr Hauptmerkmal ist "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!".
Erweiterungsscreenshots
StackTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie StackTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pfchohchkhkhojmbdcdmnpdmadoohnbo |
| Offizielle URL | https://chromewebstore.google.com/detail/stacktab/pfchohchkhkhojmbdcdmnpdmadoohnbo |
| Beschreibung | Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs! |
| Dateigröße | 149 KB |
| Installationsanzahl | 598 |
| Aktuelle Version | 2.1.1 |
| Letztes Update | 2022-05-23 |
| Veröffentlichungsdatum | 2019-12-29 |
| Bewertung | 4.64/5 Insgesamt 14 Bewertungen |
| Entwickler | https://stacktab.io |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://stacktab.io |
| URL der Datenschutzrichtlinien-Seite | https://stacktab.io/privacy.html |
| Unterstützte Sprachen | 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
} | |