Auto Refresh

Reload the web page automatically in the time interval that you want.

Auto Refreshคืออะไร?

Auto Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stni.pw และคุณลักษณะหลักของมันคือ "Reload the web page automatically in the time interval that you want."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Refresh

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

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

                        Reload web pages automatically in the time interval that you want.

A Shitian Ni Project                    

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

ชื่อ Auto Refresh Auto Refresh
ID omcjgdddgjlioknfggaelopggehgfcea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-refresh/omcjgdddgjlioknfggaelopggehgfcea
คำอธิบาย Reload the web page automatically in the time interval that you want.
ขนาดไฟล์ 43.26 KB
จำนวนการติดตั้ง 6,749
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2016-06-26
วันที่เผยแพร่ 2016-06-26
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://stni.pw
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh",
    "short_name": "Refresh",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Reload the web page automatically in the time interval that you want.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ]
}