Grepper
The Query & Answer System for the Coder Community
Grepperคืออะไร?
Grepper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://grepper.com และคุณลักษณะหลักของมันคือ "The Query & Answer System for the Coder Community"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grepper
ดาวน์โหลดไฟล์ส่วนขยาย 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", " |