Internet Connection Alerter

Alerts you when Internet goes down

Internet Connection Alerterคืออะไร?

Internet Connection Alerter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Alerts you when Internet goes down"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Internet Connection Alerter

ดาวน์โหลดไฟล์ส่วนขยาย Internet Connection Alerter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ever wondered, if something could tell you immediately when the internet goes down.  You may be downloading a big torrent file but a small glitch could stall the download overnight.

We think this app could help you alert the moment wifi or ethernet drops. Once you install, click 'Start Checking' Button to monitor the internet connection.

If the internet goes down, a small alert audio will go on loop until you click 'Acknowledge' button. You can switch off the checking whenever you want...

We made sure to use two minimum latency connections to check your internet. So, Dont worry about network consumption... 

P.S> Its a very initial version. It definitely have a lot of room for development. Please send feeback for bugs/improvements.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Internet Connection Alerter Internet Connection Alerter
ID gblkogokfmmijbaimilacehnjajkenmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/internet-connection-alert/gblkogokfmmijbaimilacehnjajkenmc
คำอธิบาย Alerts you when Internet goes down
ขนาดไฟล์ 59.67 KB
จำนวนการติดตั้ง 2,250
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-05-25
วันที่เผยแพร่ 2020-05-24
คะแนน 3.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Internet Connection Alerter",
    "version": "1.0",
    "description": "Alerts you when Internet goes down",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Alerts when Internet down",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "64": "images\/icons\/64.png",
            "96": "images\/icons\/96.png"
        }
    },
    "permissions": [
        "storage",
        "http:\/\/www.google.com\/",
        "https:\/\/www.google.com\/",
        "http:\/\/www.msftncsi.com\/ncsi.txt"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "sound\/sms-alert-1-daniel_simon.mp3"
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "64": "images\/icons\/64.png",
        "96": "images\/icons\/96.png"
    }
}