Super Reloader
Clear the browser's cache and do a hard reload with a single click
Super Reloader란 무엇입니까?
Super Reloader은(는) Laith Hisham에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear the browser's cache and do a hard reload with a single click"입니다.
확장 프로그램 스크린샷
Super Reloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Super Reloader Extension - by Laith Hisham This extension allows you to perform the operation of "Empty Cache and Hard Reload" with a single click on the extension icon, instead of having to open developer tools and right click on the reload button to only then be able to perform the desired operation. Alternatively, you can execute the operation using the following keyboard shortcuts: - Windows: Ctrl+Shift+E - Mac: MacCtrl+Shift+E (The Ctrl button on the Mac keyboard, not the Command button)
확장 프로그램 기본 정보
이름 | Super Reloader |
ID | jejoofblfhobdhldeneboocjffiejpgj |
공식 URL | https://chromewebstore.google.com/detail/super-reloader/jejoofblfhobdhldeneboocjffiejpgj |
설명 | Clear the browser's cache and do a hard reload with a single click |
파일 크기 | 16.2 KB |
설치 횟수 | 1,937 |
현재 버전 | 2.3 |
최근 업데이트 | 2023-12-14 |
출시 날짜 | 2020-03-14 |
평점 | 3.83/5 총 6 개의 평점 |
개발자 | Laith Hisham |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "short_name": "EC&HR", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "images\/ECHR_Icon16.png", "32": "images\/ECHR_Icon32.png", "48": "images\/ECHR_Icon48.png", "128": "images\/ECHR_Icon128.png" }, "version": "2.3", "minimum_chrome_version": "88", "background": { "service_worker": "service_worker.js", "type": "module" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "MacCtrl+Shift+E" }, "description": "Executes 'Empty Cache and Hard Reload'" } }, "permissions": [ "browsingData" ], "author": "Laith Hisham", "action": { "default_icon": { "16": "images\/ECHR_Icon16.png", "32": "images\/ECHR_Icon32.png", "48": "images\/ECHR_Icon48.png", "128": "images\/ECHR_Icon128.png" }, "default_title": "__MSG_extTooltip__" }, "content_security_policy": [] } |