Ping

This extension pings web sites!

Wat is Ping?

Ping is een Chrome-extensie ontwikkeld door true.master.yoda, en de belangrijkste functie is "This extension pings web sites!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ping

Download Ping-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Ping Ping
ID cgopjgigkebmoobiijhnkdljjehckcpg
Officiële URL https://chromewebstore.google.com/detail/ping/cgopjgigkebmoobiijhnkdljjehckcpg
Beschrijving This extension pings web sites!
Bestandsgrootte 159 KB
Aantal Installaties 3,604
Huidige Versie 0.5
Laatst Bijgewerkt 2015-09-15
Publicatiedatum 2015-09-15
Beoordeling 4.10/5 Totaal 10 Beoordelingen
Ontwikkelaar true.master.yoda
Betalingswijze free
Extensiewebsite https://github.com/ArtemSyromiatnikov/cr-ext-ping/
Help Pagina-URL https://github.com/ArtemSyromiatnikov/cr-ext-ping/issues
Ondersteunde Talen 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",
        "*:\/\/*\/"
    ]
}