Ping

This extension pings web sites!

Ping란 무엇입니까?

Ping은(는) true.master.yoda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension pings web sites!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ping 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        "*:\/\/*\/"
    ]
}