Auto Refresher

Auto page refresher to reload the webpages.Easy Tab reloader for chrome.

Auto Refresherคืออะไร?

Auto Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extensionset และคุณลักษณะหลักของมันคือ "Auto page refresher to reload the webpages.Easy Tab reloader for chrome."

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

screenshot

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

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

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

                        Auto Page Refresher Chrome Extension enables users to reload browser pages at predefined intervals. Auto Refresh is a helpful tool for anyone who wants to refresh web pages at a specific time. It never lets you miss an important deal on an e-commerce website and also saves you from being forced logout at the crucial time because of the screen's idle time. 

Key Features of Auto Refresher: 

-Set Desired Time Interval: 
This feature lets you set the default time interval in seconds to refresh the webpage.   

- Set up Auto Refresh On different Pages: 
Auto page refresher is compatible with all the web pages of different websites & easily auto reloads pages at set time intervals.  

-Stops Page Refreshing with Click: 
User can stop Page Refreshing by clicking on stop option 

Continue Work From the Same Position On the Screen 

The auto page reloader remembers the current web page scroll position, so users don't have to scroll on the page after auto refresh and can continue from the same point. 

How To Use Auto Refresher?  
-Simply enter the number of seconds between reloads and click Start.  
-You can specify different settings per tab. Preferences are saved per web page URL.  
-Auto-refreshing tabs can be easily stopped by clicking on the extension icon and selecting the Stop option. 

Version 2.0.0
>> UI changes                    

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

ชื่อ Auto Refresher Auto Refresher
ID amloklcaibgdommdfkhpjjeopdjmmaoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-refresher/amloklcaibgdommdfkhpjjeopdjmmaoe
คำอธิบาย Auto page refresher to reload the webpages.Easy Tab reloader for chrome.
ขนาดไฟล์ 688 KB
จำนวนการติดตั้ง 4,180
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2023-04-09
วันที่เผยแพร่ 2022-09-21
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา extensionset
อีเมล [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_appTitle__",
    "version": "2.1.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "Icon16.png",
        "32": "Icon32.png",
        "64": "Icon64.png",
        "128": "Icon128.png"
    },
    "action": {
        "default_title": " Auto Refresher ",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "notifications"
    ]
}