Auto Reload Page

Keep reloading page automatically!

Auto Reload Pageคืออะไร?

Auto Reload Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SocialWorker และคุณลักษณะหลักของมันคือ "Keep reloading page automatically!"

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

screenshot
screenshot
screenshot

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

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

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

                        Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension!
The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event!
- Reload chrome tab at the certain specified time interval
- Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab
- Reloads keep working even when you pull the tab out to a new window                    

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

ชื่อ Auto Reload Page Auto Reload Page
ID cggooibcfafefodnecpcbgiebbjjpnpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb
คำอธิบาย Keep reloading page automatically!
ขนาดไฟล์ 25.42 KB
จำนวนการติดตั้ง 212
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-10-13
วันที่เผยแพร่ 2020-10-07
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา SocialWorker
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sushrut111/chrome-tab-reloader
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "description": "Keep reloading page automatically!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}