Auto Refresh
You can set the period in which the required tab will be refreshed with this extension
Auto Refresh란 무엇입니까?
Auto Refresh은(는) enaumenko1997에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can set the period in which the required tab will be refreshed with this extension"입니다.
확장 프로그램 스크린샷
Auto Refresh 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The best and advanced version of auto refresher for chrome browser. You can manually set a time for website to be refreshed. The extension allows you to choose a tab or multiple tabs you want to be refreshed. You can interact with other tabs while the chosen websites will be refreshed in certain time. Click on the extension icon in right upper corner of chrome browser and you also will see a list of available tabs. Click on the tab, set a refreshment time and done. You can also pause or cancel any tab from being refreshed.
확장 프로그램 기본 정보
이름 | Auto Refresh |
ID | ijgebbdlfohiodlmbplfbapleoppbijp |
공식 URL | https://chromewebstore.google.com/detail/auto-refresh/ijgebbdlfohiodlmbplfbapleoppbijp |
설명 | You can set the period in which the required tab will be refreshed with this extension |
파일 크기 | 21.25 KB |
설치 횟수 | 104 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-02-10 |
출시 날짜 | 2021-02-10 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | enaumenko1997 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/assets\/js\/refresh_worker.js", "\/assets\/js\/bg.js", "\/assets\/js\/workWithContextMenu.js" ] }, "browser_action": { "default_popup": "index.html", "default_title": "Refresher" }, "description": "You can set the period in which the required tab will be refreshed with this extension", "icons": { "128": "\/assets\/images\/essential_image.png" }, "manifest_version": 2, "name": "Auto Refresh", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "permissions": [ "tabs", "storage", " |