StackTab
Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!
Wat is StackTab?
StackTab is een Chrome-extensie ontwikkeld door https://stacktab.io, en de belangrijkste functie is "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!".
Extensie Screenshots
Download het CRX-bestand van de extensie StackTab
Download StackTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | StackTab |
ID | pfchohchkhkhojmbdcdmnpdmadoohnbo |
Officiële URL | https://chromewebstore.google.com/detail/stacktab/pfchohchkhkhojmbdcdmnpdmadoohnbo |
Beschrijving | Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs! |
Bestandsgrootte | 149 KB |
Aantal Installaties | 598 |
Huidige Versie | 2.1.1 |
Laatst Bijgewerkt | 2022-05-23 |
Publicatiedatum | 2019-12-29 |
Beoordeling | 4.64/5 Totaal 14 Beoordelingen |
Ontwikkelaar | https://stacktab.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://stacktab.io |
URL van de Privacybeleid Pagina | https://stacktab.io/privacy.html |
Ondersteunde Talen | 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 } |