StackIt
Search your queries on Stack Overflow
What is StackIt?
StackIt is a Chrome extension developed by Vineeth TR, and its main feature is "Search your queries on Stack Overflow".
Extension Screenshots
Download StackIt Extension CRX File
Download StackIt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | StackIt |
ID | ephnhpaienodfmaldccgjjnohkbembni |
Official URL | https://chromewebstore.google.com/detail/stackit/ephnhpaienodfmaldccgjjnohkbembni |
Description | Search your queries on Stack Overflow |
File Size | 33.43 KB |
Installation Count | 90 |
Current Version | 1.0.2 |
Last Updated | 2023-08-17 |
Publish Date | 2017-10-11 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Vineeth TR |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |