StackTab

Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!

Cos'è StackTab?

StackTab è un'estensione di Chrome sviluppata da https://stacktab.io, e la sua funzione principale è "Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione StackTab

Scarica i file di estensione StackTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome StackTab StackTab
ID pfchohchkhkhojmbdcdmnpdmadoohnbo
URL Ufficiale https://chromewebstore.google.com/detail/stacktab/pfchohchkhkhojmbdcdmnpdmadoohnbo
Descrizione Increase your dev productivity with access to websites, tools, resources, and shortcuts, including a terminal with easter eggs!
Dimensione del File 149 KB
Conteggio Installazioni 598
Versione Corrente 2.1.1
Ultimo Aggiornamento 2022-05-23
Data di Pubblicazione 2019-12-29
Valutazione 4.64/5 Totale 14 Valutazioni
Sviluppatore https://stacktab.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://stacktab.io
URL della Pagina della Politica sulla Privacy https://stacktab.io/privacy.html
Lingue Supportate 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
}