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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://www.grepper.com/documentation.php |
عنوان صفحة سياسة الخصوصية | 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", " |