Grepper
The Query & Answer System for the Coder Community
Co to jest Grepper?
Grepper to rozszerzenie Chrome opracowane przez https://grepper.com, a jego główną funkcją jest „The Query & Answer System for the Coder Community”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Grepper
Pobierz pliki rozszerzeń Grepper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Grepper |
ID | amaaokahonnfjjemodnpmeenfpnnbkco |
Oficjalny URL | https://chromewebstore.google.com/detail/grepper/amaaokahonnfjjemodnpmeenfpnnbkco |
Opis | The Query & Answer System for the Coder Community |
Rozmiar pliku | 1.41 MB |
Liczba instalacji | 312,786 |
Aktualna Wersja | 0.1.0.3 |
Ostatnia Aktualizacja | 2024-02-08 |
Data Publikacji | 2020-06-03 |
Ocena | 4.41/5 Łącznie 393 Oceny |
Deweloper | https://grepper.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.grepper.com |
Adres URL Strony Pomocy | https://www.grepper.com/documentation.php |
Adres URL Strony Polityki Prywatności | https://www.grepper.com/privacy-policy.php |
Obsługiwane Języki | 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", " |