StackIt
Search your queries on Stack Overflow
Vad är StackIt?
StackIt är en Chrome-tillägg utvecklad av Vineeth TR, och dess huvudfunktion är "Search your queries on Stack Overflow".
Tilläggsskärmbilder
Ladda ner StackIt-förlängningens CRX-fil
Ladda ner StackIt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | StackIt |
ID | ephnhpaienodfmaldccgjjnohkbembni |
Officiell webbadress | https://chromewebstore.google.com/detail/stackit/ephnhpaienodfmaldccgjjnohkbembni |
Beskrivning | Search your queries on Stack Overflow |
Filstorlek | 33.43 KB |
Antal Installationer | 90 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2023-08-17 |
Publiceringsdatum | 2017-10-11 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Vineeth TR |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } } |