Ping

This extension pings web sites!

What is Ping?

Ping is a Chrome extension developed by true.master.yoda, and its main feature is "This extension pings web sites!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Ping Extension CRX File

Download Ping 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

                        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!                    

Extension Basic Information

Name Ping Ping
ID cgopjgigkebmoobiijhnkdljjehckcpg
Official URL https://chromewebstore.google.com/detail/ping/cgopjgigkebmoobiijhnkdljjehckcpg
Description This extension pings web sites!
File Size 159 KB
Installation Count 3,604
Current Version 0.5
Last Updated 2015-09-15
Publish Date 2015-09-15
Rating 4.10/5 Total 10 Ratings
Developer true.master.yoda
Payment Type free
Extension Website https://github.com/ArtemSyromiatnikov/cr-ext-ping/
Help Page URL https://github.com/ArtemSyromiatnikov/cr-ext-ping/issues
Supported Languages 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",
        "*:\/\/*\/"
    ]
}