Ping Google And Baidu

Ping Google/Baidu to know how about my network.

Ping Google And Baiduคืออะไร?

Ping Google And Baidu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deepext.com และคุณลักษณะหลักของมันคือ "Ping Google/Baidu to know how about my network."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ping Google And Baidu

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:;"
}