Grepper
The Query & Answer System for the Coder Community
What is Grepper?
Grepper is a Chrome extension developed by https://grepper.com, and its main feature is "The Query & Answer System for the Coder Community".
Extension Screenshots
Download Grepper Extension CRX File
Download Grepper 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
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
Extension Basic Information
Name | Grepper |
ID | amaaokahonnfjjemodnpmeenfpnnbkco |
Official URL | https://chromewebstore.google.com/detail/grepper/amaaokahonnfjjemodnpmeenfpnnbkco |
Description | The Query & Answer System for the Coder Community |
File Size | 1.41 MB |
Installation Count | 312,786 |
Current Version | 0.1.0.3 |
Last Updated | 2024-02-08 |
Publish Date | 2020-06-03 |
Rating | 4.41/5 Total 393 Ratings |
Developer | https://grepper.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.grepper.com |
Help Page URL | https://www.grepper.com/documentation.php |
Privacy Policy Page URL | https://www.grepper.com/privacy-policy.php |
Supported Languages | 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", " |