Clear Cache
Clears your cache and browsing data with a click of a button
Clear Cache란 무엇입니까?
Clear Cache은(는) Daniel Lvovsky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clears your cache and browsing data with a click of a button"입니다.
확장 프로그램 스크린샷
Clear Cache 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clear Cache helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future. Enjoy!
확장 프로그램 기본 정보
이름 | Clear Cache |
ID | appfmjhoobioppbehccakejenccnlfbi |
공식 URL | https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi |
설명 | Clears your cache and browsing data with a click of a button |
파일 크기 | 69.3 KB |
설치 횟수 | 1,387 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-05-18 |
출시 날짜 | 2020-05-15 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Daniel Lvovsky |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cache", "version": "1.0.0", "description": "Clears your cache and browsing data with a click of a button", "minimum_chrome_version": "19", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "page": "backgroundpage.html" }, "browser_action": { "default_icon": "img\/icon_19.png", "default_title": "Clear Cache" }, "options_ui": { "chrome_style": true, "page": "options.html", "open_in_tab": true }, "permissions": [ "browsingData", "cookies" ] } |