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 |
官方網址 | 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", " |