AutoRefresh+
Powerful timed refresh tool
AutoRefresh+란 무엇입니까?
AutoRefresh+은(는) MichaelKeys에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Powerful timed refresh tool"입니다.
확장 프로그램 스크린샷
AutoRefresh+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval. The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest!
확장 프로그램 기본 정보
이름 | |
ID | jdcmniiepfjinccadkbjliiopialnnmi |
공식 URL | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
설명 | Powerful timed refresh tool |
파일 크기 | 65.98 KB |
설치 횟수 | 659 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-11-04 |
출시 날짜 | 2018-11-04 |
개발자 | MichaelKeys |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bitbucket.org/MichaelKeys/autorefresh/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoRefresh+", "version": "1.0", "description": "Powerful timed refresh tool", "permissions": [ "activeTab", "alarms", "declarativeContent", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" } }, "icons": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" }, "options_page": "options.html", "manifest_version": 2 } |