Ping

This extension pings web sites!

Pingとは何ですか?

Pingはtrue.master.yodaによって開発されたChromeの拡張機能で、その主な機能は「This extension pings web sites!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Ping拡張機能のCRXファイルをダウンロード

Ping拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Ping Ping
ID cgopjgigkebmoobiijhnkdljjehckcpg
公式URL https://chromewebstore.google.com/detail/ping/cgopjgigkebmoobiijhnkdljjehckcpg
説明 This extension pings web sites!
ファイルサイズ 159 KB
インストール数 3,604
現在のバージョン 0.5
最終更新日 2015-09-15
公開日 2015-09-15
評価 4.10/5 合計 10 レビュー
開発者 true.master.yoda
支払い方法 free
拡張機能のウェブサイト https://github.com/ArtemSyromiatnikov/cr-ext-ping/
ヘルプページのURL https://github.com/ArtemSyromiatnikov/cr-ext-ping/issues
対応言語 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",
        "*:\/\/*\/"
    ]
}