StackIt
Search your queries on Stack Overflow
StackIt क्या है?
StackIt Vineeth TR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search your queries on Stack Overflow"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में StackIt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | StackIt |
ID | ephnhpaienodfmaldccgjjnohkbembni |
आधिकारिक URL | https://chromewebstore.google.com/detail/stackit/ephnhpaienodfmaldccgjjnohkbembni |
विवरण | Search your queries on Stack Overflow |
फ़ाइल का आकार | 33.43 KB |
स्थापना संख्या | 90 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-08-17 |
प्रकाशन तिथि | 2017-10-11 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Vineeth TR |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } } |