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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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:;"
}