HTTP Status Codes
This extensions purpose is to provide fast information about HTTP status codes
什麼是HTTP Status Codes?
HTTP Status Codes是由Kreshnik Hasanaj開發的Chrome擴展程式,該擴展的主要功能是“This extensions purpose is to provide fast information about HTTP status codes”。
擴展截圖
下載HTTP Status Codes擴展crx文件
下載HTTP Status Codes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | HTTP Status Codes |
ID | nlilibdmmomdoanihholgmofmhhdcpnm |
官方網址 | https://chromewebstore.google.com/detail/http-status-codes/nlilibdmmomdoanihholgmofmhhdcpnm |
簡介 | This extensions purpose is to provide fast information about HTTP status codes |
檔案大小 | 96.25 KB |
安裝次數 | 600 |
目前版本 | 1.1 |
更新時間 | 2013-01-30 |
上架時間 | 2013-01-30 |
評分 | 2.80/5 共 5 次評分 |
開發者 | Kreshnik Hasanaj |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://selftaughtgeek.info |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTTP Status Codes", "description": "This extensions purpose is to provide fast information about HTTP status codes", "version": "1.1", "browser_action": { "default_icon": "inc\/images\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "inc\/images\/icon128.png", "16": "inc\/images\/icon16.png", "32": "inc\/images\/icon.png", "48": "inc\/images\/icon48.png" } } |