StackTab
Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!
Qu'est-ce que StackTab ?
StackTab est une extension Chrome développée par https://stacktab.io, et sa fonction principale est "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension StackTab
Téléchargez les fichiers d'extension StackTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | StackTab |
ID | pfchohchkhkhojmbdcdmnpdmadoohnbo |
URL Officiel | 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! |
Taille du Fichier | 149 KB |
Nombre d'Installations | 598 |
Version Actuelle | 2.1.1 |
Dernière Mise à Jour | 2022-05-23 |
Date de Publication | 2019-12-29 |
Évaluation | 4.64/5 Total 14 Évaluations |
Développeur | https://stacktab.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://stacktab.io |
URL de la Page de Politique de Confidentialité | https://stacktab.io/privacy.html |
Langues Prises en Charge | 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 } |