HTTP Codes
Quickly view information about HTTP status codes.
HTTP Codesคืออะไร?
HTTP Codes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Polet และคุณลักษณะหลักของมันคือ "Quickly view information about HTTP status codes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTTP Codes
ดาวน์โหลดไฟล์ส่วนขยาย HTTP Codes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HTTP Codes gives you information about standard HTTP status codes. All the codes are set out in a grid, with color coordination, making it easy to find the code you are looking for. Clicking on each code will bring up more information... useful if you are developing REST API's and websites that utilize a lot of HTTP status codes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HTTP Codes |
ID | dkddhohjnfjgdpdkmoogijggjnpgekgf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/http-codes/dkddhohjnfjgdpdkmoogijggjnpgekgf |
คำอธิบาย | Quickly view information about HTTP status codes. |
ขนาดไฟล์ | 48.98 KB |
จำนวนการติดตั้ง | 91 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-07-07 |
วันที่เผยแพร่ | 2015-07-07 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Nick Polet |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTTP Codes", "description": "Quickly view information about HTTP status codes.", "version": "1.0", "icons": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "browser_action": { "default_icon": "images\/icons\/icon16.png", "default_popup": "http_codes.html", "default_title": "HTTP Codes" }, "permissions": [ "tabs" ], "content_scripts": [ { "js": [ "js\/jquery-2.1.4.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |