제작자: Teal Dulcet Add-on
Inspect and view changes in Server Status source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Server Status",
"version": "1.5",
"author": "Teal Dulcet",
"description": "Quickly view basic info about every webpage, including server location, IP addresses, certificate issuer and expiration date, HTTP status code and load time.",
"homepage_url": "https://github.com/tdulcet/Server-Status",
"icons": {
"32": "icons/icon_32.png",
"64": "icons/icon_64.png",
"128": "icons/icon_128.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"tabs",
"webNavigation",
"webRequest",
"webRequestBlocking",
"dns",
"notifications",
"idle",
"alarms",
"privacy",
"<all_urls>"
],
"browser_action": {
"default_icon": {
"32": "icons/icon_32.png",
"64": "icons/icon_64.png",
"128": "icons/icon_128.png"
},
"default_title": "Server Status, ⟳ Refresh page to show",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options/options.html"
},
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Alt+S"
},
"description": "Open popup"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "server-status@tealdulcet.com",
"strict_min_version": "119.0"
}
}
} 최고의 Server Status 대안
다음은 Server Status과(와) 유사한 Firefox add-on입니다:
Server IP
Andy Portmen
Web Status Codes
rari
HTTPS Percentage
Josh Aas
HTTP Protocol Info
Madalitso
Search Status Reloaded
Ulas
HTTP Info
Victor
Site Inspector
espro
HTTP Protocol Version
Madalitso
IP Whois
Sergio
(Open Source) Country Flag & Website Info
Naser Rafinia
HTTP Server header Spy
dw5
Connection Info
johan sburh