HTTP Codes
Quickly view information about HTTP status codes.
HTTP Codes क्या है?
HTTP Codes Nick Polet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly view information about HTTP status codes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HTTP Codes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/*" ] } ] } |