Grepper
The Query & Answer System for the Coder Community
Grepper क्या है?
Grepper https://grepper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Query & Answer System for the Coder Community"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Grepper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Grepper is the ultimate RAM upgrade for the software developers brain. Easily snag code examples from around the web, then access your code examples without having to think. See Usage Docs Here: https://www.grepper.com/documentation.php See Privacy Policy Here: https://www.grepper.com/privacy-policy.php
एक्सटेंशन की मूल जानकारी
नाम | Grepper |
ID | amaaokahonnfjjemodnpmeenfpnnbkco |
आधिकारिक URL | https://chromewebstore.google.com/detail/grepper/amaaokahonnfjjemodnpmeenfpnnbkco |
विवरण | The Query & Answer System for the Coder Community |
फ़ाइल का आकार | 1.41 MB |
स्थापना संख्या | 312,786 |
वर्तमान संस्करण | 0.1.0.3 |
अंतिम अपडेट | 2024-02-08 |
प्रकाशन तिथि | 2020-06-03 |
रेटिंग | 4.41/5 कुल 393 रेटिंग्स |
डेवलपर | https://grepper.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.grepper.com |
सहायता पृष्ठ URL | https://www.grepper.com/documentation.php |
गोपनीयता नीति पृष्ठ URL | https://www.grepper.com/privacy-policy.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grepper", "description": "The Query & Answer System for the Coder Community", "version": "0.1.0.3", "browser_action": { "default_icon": { "16": "icon128.png", "24": "icon128.png", "32": "icon128.png" }, "default_title": "Grepper", "default_popup": "popup.html" }, "permissions": [ "storage", "activeTab", " |