Custom Auto Refresh
A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Custom Auto Refresh란 무엇입니까?
Custom Auto Refresh은(는) VastBlast에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval."입니다.
확장 프로그램 스크린샷
Custom Auto Refresh 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need. Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.
확장 프로그램 기본 정보
이름 | Custom Auto Refresh |
ID | hefmpdieencodgfnoecpichojkglajkb |
공식 URL | https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb |
설명 | A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval. |
파일 크기 | 112 KB |
설치 횟수 | 3,315 |
현재 버전 | 2.3.2 |
최근 업데이트 | 2023-10-10 |
출시 날짜 | 2021-01-12 |
평점 | 4.78/5 총 18 개의 평점 |
개발자 | VastBlast |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/VastBlast/ChromeAutoRefresh |
도움말 페이지 URL | https://nitestats.com/contact |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Auto Refresh", "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.", "version": "2.3.2", "icons": { "48": ".\/icons\/icon-inactive.png" }, "background": { "service_worker": ".\/scripts\/background.js" }, "action": { "default_icon": ".\/icons\/icon-inactive.png", "default_popup": ".\/main\/index.html" }, "host_permissions": [ " |