Auto Refresh Extension

Automatically refreshes the page based on user-defined time intervals.

Auto Refresh Extension란 무엇입니까?

Auto Refresh Extension은(는) saarthibaluja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically refreshes the page based on user-defined time intervals."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Auto Refresh Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The "Auto Refresh Extension" Chrome extension is a convenient tool that allows you to automatically refresh a specific tab in your browser at user-defined intervals. With this extension, you can set a custom refresh interval for any tab, ensuring that the content is always up to date without requiring manual refreshing.

Key Features:

Customizable Refresh Interval: Easily set the desired time interval for the tab to refresh. Whether you want the tab to refresh every few seconds, minutes, or hours, the choice is yours. Simply input the desired interval, and the extension will take care of the rest.

Simple and Intuitive UI: The user interface of the "AutoRefresh Tab" extension is designed to be user-friendly and straightforward. The extension integrates seamlessly into the Chrome browser, and the settings for each tab can be easily accessed and adjusted with just a few clicks.

Pause and Resume Functionality: If you temporarily want to stop the automatic refresh for a particular tab, the extension allows you to pause and resume the refresh cycle with a simple toggle switch. This gives you full control over the refreshing process.

Features on the Way:

Multiple Tab Support: You can apply the automatic refresh feature to multiple tabs simultaneously. This is particularly useful when monitoring live updates, social media feeds, or any other constantly changing content across different tabs.

Intelligent Refresh Options: The extension provides various intelligent refresh options. For instance, you can choose to retain scroll position after each refresh, so you don't lose your reading progress on dynamic websites. You can also enable notification alerts to be informed whenever the tab is refreshed.

Refresh Until: Refresh until a certain keyword is found on the page. This can be useful when refreshing for a purpose such as being first in line to buy something on a pre-sale.

Customizable Keyboard Shortcut: To enhance productivity, the extension offers the option to assign a keyboard shortcut to trigger the refresh manually. This allows you to refresh the tab instantly whenever needed, without having to navigate through the extension's settings.

The Auto Refresher Extension is perfect for users who need to keep an eye on time-sensitive information, live data, or frequently updated content. By automating the refresh process, it saves you time and effort while ensuring that you always have the latest information at your fingertips.                    

확장 프로그램 기본 정보

이름 Auto Refresh Extension Auto Refresh Extension
ID kdcfkkffdjccjgmcimdmegfmdbcfjkfn
공식 URL https://chromewebstore.google.com/detail/auto-refresh-extension/kdcfkkffdjccjgmcimdmegfmdbcfjkfn
설명 Automatically refreshes the page based on user-defined time intervals.
파일 크기 14.93 KB
설치 횟수 134
현재 버전 1.0
최근 업데이트 2023-06-05
출시 날짜 2023-06-02
개발자 saarthibaluja
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Refresh Extension",
    "version": "1.0",
    "description": "Automatically refreshes the page based on user-defined time intervals.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Auto Refresh",
        "default_icon": {
            "16": "icons\/icons8-refresh-16.png",
            "32": "icons\/icons8-refresh-32.png",
            "48": "icons\/icons8-refresh-48.png",
            "128": "icons\/icons8-refresh-128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icons8-refresh-16.png",
        "32": "icons\/icons8-refresh-32.png",
        "48": "icons\/icons8-refresh-48.png",
        "128": "icons\/icons8-refresh-128.png"
    }
}