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은(는) marimgreeger에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab auto refresh. Refresh pages automatically. Auto refresh and page monitor with specified time intervals fixed or random ."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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"
    }
}