Grepper
The Query & Answer System for the Coder Community
Cos'è Grepper?
Grepper è un'estensione di Chrome sviluppata da https://grepper.com, e la sua funzione principale è "The Query & Answer System for the Coder Community".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Grepper
Scarica i file di estensione Grepper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Grepper |
ID | amaaokahonnfjjemodnpmeenfpnnbkco |
URL Ufficiale | https://chromewebstore.google.com/detail/grepper/amaaokahonnfjjemodnpmeenfpnnbkco |
Descrizione | The Query & Answer System for the Coder Community |
Dimensione del File | 1.41 MB |
Conteggio Installazioni | 312,786 |
Versione Corrente | 0.1.0.3 |
Ultimo Aggiornamento | 2024-02-08 |
Data di Pubblicazione | 2020-06-03 |
Valutazione | 4.41/5 Totale 393 Valutazioni |
Sviluppatore | https://grepper.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.grepper.com |
URL della Pagina di Aiuto | https://www.grepper.com/documentation.php |
URL della Pagina della Politica sulla Privacy | https://www.grepper.com/privacy-policy.php |
Lingue Supportate | 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", " |