Auto Page Refresh

Tab auto refresh. Refresh pages automatically. Auto refresh and page monitor with specified time intervals fixed or random .

Auto Page Refreshคืออะไร?

Auto Page Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marimgreeger และคุณลักษณะหลักของมันคือ "Tab auto refresh. Refresh pages automatically. Auto refresh and page monitor with specified time intervals fixed or random ."

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

screenshot
screenshot

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

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

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

                        Finally a page refresh that works. Reload any page with just a few clicks. Page refresh works on any website.
Auto-refresh (auto-reload) your idle pages on a selected interval.
 
Are there times when you want a page(tab) in your browser to auto-refresh? Do want your page/tab content to be always updated. Now that is easy - Page-refresh will reload your pages and tabs for you. It is very easy and super simple - just set the time interval that you want to auto refresh your pages or tabs and the Page-refresh extension will auto reload the pages.

The best thing about this page refresh extension is that there is no setup required - it is easy and simple to use, install it and let your idle pages be auto reloaded. Just choose the time you want Page-refresh will do its magic.

If what you want an extension that automatically reloads and refreshes web pages in the simplest way, this is what you need.                    

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

ชื่อ Auto Page Refresh Auto Page Refresh
ID hhhlmhebgldhhkmlcobchafaefeeigji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-page-refresh/hhhlmhebgldhhkmlcobchafaefeeigji
คำอธิบาย Tab auto refresh. Refresh pages automatically. Auto refresh and page monitor with specified time intervals fixed or random .
ขนาดไฟล์ 509 KB
จำนวนการติดตั้ง 301,389
เวอร์ชันปัจจุบัน 0.0.15
อัปเดตครั้งล่าสุด 2023-04-17
วันที่เผยแพร่ 2023-04-12
คะแนน 4.61/5 รวมทั้งหมด 152 คะแนน
ผู้พัฒนา marimgreeger
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appname__",
    "description": "__MSG_appdescr__",
    "default_locale": "en",
    "version": "0.0.15",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": {
            "128": "asset\/main.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "asset\/main.png"
    }
}