StackIt

Search your queries on Stack Overflow

Cos'è StackIt?

StackIt è un'estensione di Chrome sviluppata da Vineeth TR, e la sua funzione principale è "Search your queries on Stack Overflow".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione StackIt

Scarica i file di estensione StackIt 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

                        Stack Overflow is a question and answer site for professional and enthusiast programmers.

StackIt gets answers from Stack Overflow when stuck with any bug or queries

StackIt directly & instantly finds the answer from the stackoverflow for any query that comes up. An easy & effortless way to search precisely from search engine sites when faced with issues.                    

Informazioni di Base sull'Estensione

Nome StackIt StackIt
ID ephnhpaienodfmaldccgjjnohkbembni
URL Ufficiale https://chromewebstore.google.com/detail/stackit/ephnhpaienodfmaldccgjjnohkbembni
Descrizione Search your queries on Stack Overflow
Dimensione del File 33.43 KB
Conteggio Installazioni 90
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-08-17
Data di Pubblicazione 2017-10-11
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Vineeth TR
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StackIt",
    "version": "1.0.2",
    "description": "Search your queries on Stack Overflow",
    "author": "[email protected]",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}