Auto Reload Page

Keep reloading page automatically!

Auto Reload Page란 무엇입니까?

Auto Reload Page은(는) SocialWorker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep reloading page automatically!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Auto Reload Page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
}