Server Status
Server Status
What is Server Status?
Server Status is a Chrome extension developed by vladvasyuk, and its main feature is "Server Status".
Extension Screenshots
Download Server Status Extension CRX File
Download Server Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Shows current host status, according to response headers.
Extension Basic Information
Name | Server Status |
ID | eacoemfdicfbcmppehpffjabifnaafho |
Official URL | https://chromewebstore.google.com/detail/server-status/eacoemfdicfbcmppehpffjabifnaafho |
Description | Server Status |
File Size | 341 KB |
Installation Count | 513 |
Current Version | 1.7 |
Last Updated | 2018-03-12 |
Publish Date | 2018-03-12 |
Rating | 4.80/5 Total 10 Ratings |
Developer | vladvasyuk |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Server Status", "description": "Server Status", "version": "1.7", "browser_action": { "default_icon": "icons\/dead.png", "default_popup": "static\/popup.html" }, "permissions": [ "https:\/\/*\/", "http:\/\/*\/", "storage", "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "js\/lib\/jquery-2.1.4.min.js", "js\/src\/background.js", "js\/lib\/underscore-min.js" ] } } |