Ping
This extension pings web sites!
Cos'è Ping?
Ping è un'estensione di Chrome sviluppata da true.master.yoda, e la sua funzione principale è "This extension pings web sites!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ping
Scarica i file di estensione Ping 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
This simple extension allows you to ping your favorite websites. Single click to know availability and response time of any web resource! As simple as that. Enjoy! Changelog - v0.5 - Background worker and Chrome notifications - v0.4 - JSON Import/Export - v0.3.1 - First version!
Informazioni di Base sull'Estensione
Nome | Ping |
ID | cgopjgigkebmoobiijhnkdljjehckcpg |
URL Ufficiale | https://chromewebstore.google.com/detail/ping/cgopjgigkebmoobiijhnkdljjehckcpg |
Descrizione | This extension pings web sites! |
Dimensione del File | 159 KB |
Conteggio Installazioni | 3,604 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2015-09-15 |
Data di Pubblicazione | 2015-09-15 |
Valutazione | 4.10/5 Totale 10 Valutazioni |
Sviluppatore | true.master.yoda |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ArtemSyromiatnikov/cr-ext-ping/ |
URL della Pagina di Aiuto | https://github.com/ArtemSyromiatnikov/cr-ext-ping/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ping", "description": "This extension pings web sites!", "version": "0.5", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "page": "bgIndex.html" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "index.html" }, "permissions": [ "notifications", "*:\/\/*\/" ] } |