Grepper
The Query & Answer System for the Coder Community
什么是Grepper?
Grepper是由https://grepper.com开发的Chrome扩展程序,该扩展的主要功能是“The Query & Answer System for the Coder Community”。
扩展截图
下载Grepper扩展crx文件
下载Grepper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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", " |