StackTab
Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!
What is StackTab?
StackTab is a Chrome extension developed by https://stacktab.io, and its main feature is "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!".
Extension Screenshots
Download StackTab Extension CRX File
Download StackTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | StackTab |
ID | pfchohchkhkhojmbdcdmnpdmadoohnbo |
Official URL | https://chromewebstore.google.com/detail/stacktab/pfchohchkhkhojmbdcdmnpdmadoohnbo |
Description | Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs! |
File Size | 149 KB |
Installation Count | 598 |
Current Version | 2.1.1 |
Last Updated | 2022-05-23 |
Publish Date | 2019-12-29 |
Rating | 4.64/5 Total 14 Ratings |
Developer | https://stacktab.io |
[email protected] | |
Payment Type | free |
Extension Website | https://stacktab.io |
Privacy Policy Page URL | https://stacktab.io/privacy.html |
Supported Languages | 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 } |