Check Status Code
Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.
Check Status Codeとは何ですか?
Check Status Codeはhttp://soninow.comによって開発されたChromeの拡張機能で、その主な機能は「Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.」です。
拡張機能のスクリーンショット
Check Status Code拡張機能のCRXファイルをダウンロード
Check Status Code拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | lifidlbpankklllcklhkijihhnaapoef |
| 公式URL | https://chrome.google.com/webstore/detail/check-status-code/lifidlbpankklllcklhkijihhnaapoef |
| 説明 | Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection. |
| ファイルサイズ | 233 KB |
| インストール数 | 1,090 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2020-07-02 |
| 公開日 | 2020-07-02 |
| 評価 | 1.82/5 合計 11 レビュー |
| 開発者 | http://soninow.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.soninow.com |
| ヘルプページのURL | https://www.soninow.com/contact |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Check Status Code",
"short_name": "http Server Code",
"description": "Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.",
"version": "1.4",
"browser_action": {
"default_icon": "image\/icon.png"
},
"icons": {
"16": "image\/icon16.png",
"48": "image\/icon48.png",
"128": "image\/icon128.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"https:\/\/www.soninow.com\/"
]
} | |