secretlint
Integrate secretlint into DevTools.
secretlintとは何ですか?
secretlintはazuによって開発されたChromeの拡張機能で、その主な機能は「Integrate secretlint into DevTools.」です。
拡張機能のスクリーンショット
secretlint拡張機能のCRXファイルをダウンロード
secretlint拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Secretlint detect credentials that are included in your request/response. Usage 1. Open browser's Developer Tools 2. ✅ Disable Cache 3. Reload page and secretlint report found credentials in your request/response. Supported secrets - API tokens: GitHub/Slack/SendGrid/AWS/GCP etc. - Private keys - IP Address - Plain Authorization header Source Code - https://github.com/secretlint/webextension
拡張機能の基本情報
名前 | secretlint |
ID | hidpojbnemkajlnibhmeilpgoddkjjkf |
公式URL | https://chromewebstore.google.com/detail/secretlint/hidpojbnemkajlnibhmeilpgoddkjjkf |
説明 | Integrate secretlint into DevTools. |
ファイルサイズ | 664 KB |
インストール数 | 248 |
現在のバージョン | 1.3.4 |
最終更新日 | 2021-08-23 |
公開日 | 2021-08-15 |
開発者 | azu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/secretlint/webextension |
ヘルプページのURL | https://github.com/secretlint/webextension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.3.4", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "32": "images\/icon-32.png", "96": "images\/icon-96.png", "192": "images\/icon-192.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "js": [ "scripts\/contentScript.js" ], "matches": [ " |