Ping Google And Baidu

Ping Google/Baidu to know how about my network.

Ping Google And Baidu란 무엇입니까?

Ping Google And Baidu은(는) https://deepext.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ping Google/Baidu to know how about my network."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        One-click to known if I can connect Google or Baidu (and more).

Features:
1. ping google in the background
2. show network status in the browser icon.
3. open popup page to know detail ping message, include speed!
4. support ping google/baidu/facebook/github.


Have Fun!                    

확장 프로그램 기본 정보

이름 Ping Google And Baidu Ping Google And Baidu
ID gmnjjeoeaekefbibmoeikohhokgckgcl
공식 URL https://chromewebstore.google.com/detail/ping-google-and-baidu/gmnjjeoeaekefbibmoeikohhokgckgcl
설명 Ping Google/Baidu to know how about my network.
파일 크기 281 KB
설치 횟수 39
현재 버전 0.2.2
최근 업데이트 2022-01-04
출시 날짜 2021-10-18
평점 5.00/5 총 1 개의 평점
개발자 https://deepext.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ping Google And Baidu",
    "description": "Ping Google\/Baidu to know how about my network.",
    "version": "0.2.2",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Ping Google\/Baidu to know how about my network."
    },
    "icons": {
        "16": "popup\/wifi-3-16.png",
        "48": "popup\/wifi-3-48.png",
        "128": "popup\/wifi-3-128.png"
    },
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*",
        "popup\/index.html"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/*.digitaloceanspaces.com\/ https:\/\/*.google.com\/ https:\/\/*.baidu.com\/ https:\/\/deepext.com\/ https:\/\/ssl.google-analytics.com\/; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;"
}