Grepper
The Query & Answer System for the Coder Community
Grepperとは何ですか?
Grepperはhttps://grepper.comによって開発されたChromeの拡張機能で、その主な機能は「The Query & Answer System for the Coder Community」です。
拡張機能のスクリーンショット
Grepper拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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", " |