Grepper
The Query & Answer System for the Coder Community
Grepper là gì?
Grepper là một tiện ích mở rộng Chrome được phát triển bởi https://grepper.com, và tính năng chính của nó là "The Query & Answer System for the Coder Community".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Grepper
Tải xuống các tệp mở rộng Grepper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Grepper |
ID | amaaokahonnfjjemodnpmeenfpnnbkco |
URL Chính Thức | https://chromewebstore.google.com/detail/grepper/amaaokahonnfjjemodnpmeenfpnnbkco |
Mô tả | The Query & Answer System for the Coder Community |
Kích Thước Tệp | 1.41 MB |
Số Lần Cài Đặt | 312,786 |
Phiên Bản Hiện Tại | 0.1.0.3 |
Cập Nhật Lần Cuối | 2024-02-08 |
Ngày Phát Hành | 2020-06-03 |
Đánh Giá | 4.41/5 Tổng số 393 Đánh Giá |
Nhà Phát Triển | https://grepper.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.grepper.com |
URL Trang Trợ Giúp | https://www.grepper.com/documentation.php |
URL Trang Chính Sách Bảo Mật | https://www.grepper.com/privacy-policy.php |
Ngôn Ngữ Được Hỗ Trợ | 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", " |