SuperRefresh , Auto Refresh pages
Auto Refresh pages every time interval , Multi task support .
SuperRefresh , Auto Refresh pages란 무엇입니까?
SuperRefresh , Auto Refresh pages은(는) https://extmanager.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto Refresh pages every time interval , Multi task support ."입니다.
확장 프로그램 스크린샷
SuperRefresh , Auto Refresh pages 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SuperRefresh, Auto Refresh the page interval. you don’t need to frantically press Ctrl-R or F5 if you are waiting for an update. Features: 1. Auto Refresh the page interval . 2. Tracks all auto refresh progress. 3. Real time display on Icon. 4. Set multiple times for multiple tabs 5. Define custom interval in minutes and seconds
확장 프로그램 기본 정보
이름 | SuperRefresh , Auto Refresh pages |
ID | kodajckmdnamjlagjhjahccimgjanigg |
공식 URL | https://chromewebstore.google.com/detail/superrefresh-auto-refresh/kodajckmdnamjlagjhjahccimgjanigg |
설명 | Auto Refresh pages every time interval , Multi task support . |
파일 크기 | 200 KB |
설치 횟수 | 7,404 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2021-09-23 |
출시 날짜 | 2020-06-14 |
평점 | 4.00/5 총 17 개의 평점 |
개발자 | https://extmanager.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.extmanager.com/detail/kodajckmdnamjlagjhjahccimgjanigg.html |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8 |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "0.0.2", "icons": { "128": "img\/ico.png", "48": "img\/ico48.png", "19": "img\/ico19.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_title": "__MSG_name__", "default_icon": "img\/ico19.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery.js", "js\/system.js", "js\/background.js" ], "persistent": true }, "permissions": [ "tabs" ], "default_locale": "en", "manifest_version": 2 } |