Auto Page Refresh

This extension enables users to auto page refresh after regular and random intervals with time and value preference change option.

Auto Page Refreshคืออะไร?

Auto Page Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hamidnawaz.com และคุณลักษณะหลักของมันคือ "This extension enables users to auto page refresh after regular and random intervals with time and value preference change option."

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

screenshot
screenshot

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

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

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

                        Auto Page Refresh is a Chrome extension that allows you to automatically refresh web pages at a fixed or random time interval. With this extension, you can easily fix any issues with outdated content and keep up-to-date with the latest information.

This extension provides a simple and easy-to-use interface to auto refresh, allowing you to set the time interval for refreshing the page. You can choose to auto reload the page at fixed intervals, such as every 10 seconds or every 30 minutes, or set the time interval randomly to keep the content fresh and relevant.

In addition, auto page reload provides an option to fix the page refresh rate on a specific time period, which can be helpful for websites that have a fixed update schedule. With this feature, you can ensure that you are always up-to-date with the latest content without having to manually refresh the page.

Overall, tab refresh or tab reload is a convenient and useful tool for anyone who needs to keep track of real-time information on a web page and reload tab. It is a must-have extension for users who frequently monitor news sites, stock markets, social media, and other websites that require constant updates.                    

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

ชื่อ Auto Page Refresh Auto Page Refresh
ID oajdihfloagjdginmailkhmjjhaognkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-page-refresh/oajdihfloagjdginmailkhmjjhaognkg
คำอธิบาย This extension enables users to auto page refresh after regular and random intervals with time and value preference change option.
ขนาดไฟล์ 503 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.13
อัปเดตครั้งล่าสุด 2023-04-03
วันที่เผยแพร่ 2023-03-05
ผู้พัฒนา https://hamidnawaz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hamidnawaz.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.hamidnawaz.com/privacy-policy
ภาษาที่รองรับ de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "This extension enables users to auto page refresh after regular and random intervals with time and value preference change option.",
    "default_locale": "en",
    "version": "1.13",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}