Server Status
Server Status
Cos'è Server Status?
Server Status è un'estensione di Chrome sviluppata da vladvasyuk, e la sua funzione principale è "Server Status".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Server Status
Scarica i file di estensione Server Status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shows current host status, according to response headers.
Informazioni di Base sull'Estensione
Nome | Server Status |
ID | eacoemfdicfbcmppehpffjabifnaafho |
URL Ufficiale | https://chromewebstore.google.com/detail/server-status/eacoemfdicfbcmppehpffjabifnaafho |
Descrizione | Server Status |
Dimensione del File | 341 KB |
Conteggio Installazioni | 513 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2018-03-12 |
Data di Pubblicazione | 2018-03-12 |
Valutazione | 4.80/5 Totale 10 Valutazioni |
Sviluppatore | vladvasyuk |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |