Easily Cache Cleaner
Use the toolbar button to quickly clear your browser's cache.
Easily Cache Cleaner란 무엇입니까?
Easily Cache Cleaner은(는) fionapandora에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the toolbar button to quickly clear your browser's cache."입니다.
확장 프로그램 스크린샷
Easily Cache Cleaner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"Easily Cache Cleaner" is a browser extension that lets you clean your custom browsing data via the toolbar pop-up. Currently, there are fourteen options to remove (depending on your browser): Cookies, Form Data, Downloads, WebSQL, Passwords, Plugin Data, App Cache, File Systems, Indexed DB... To use this add-on, go to the toolbar popup UI, select the item you want, and then click on the Clean option at the top left corner. While the add-on is cleaning your chosen items, a toolbar icon will flash. Furthermore, when the cleanup process is completed, a desktop alert will inform you what data has been deleted. It turns out that some disabled items might be found in the toolbar pop-up. This is due to a bug in your browser that prevents it from properly displaying such things using the clear-browsing-data API. These items may become available automatically when the API update occurs in the future.
확장 프로그램 기본 정보
이름 | Easily Cache Cleaner |
ID | pbcgbhjiijkcconamckbikgncddgbmgp |
공식 URL | https://chromewebstore.google.com/detail/easily-cache-cleaner/pbcgbhjiijkcconamckbikgncddgbmgp |
설명 | Use the toolbar button to quickly clear your browser's cache. |
파일 크기 | 84.18 KB |
설치 횟수 | 80 |
현재 버전 | 0.1 |
최근 업데이트 | 2022-05-21 |
출시 날짜 | 2022-05-20 |
평점 | 4.95/5 총 59 개의 평점 |
개발자 | fionapandora |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://worldaddons.com/easily-cache-cleaner/ |
도움말 페이지 URL | https://worldaddons.com/contact/ |
개인정보 보호 정책 페이지 URL | https://worldaddons.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "Easily Cache Cleaner", "short_name": "easy-cache-cleaner", "permissions": [ "storage", "browsingData", "notifications" ], "homepage_url": "https:\/\/worldaddons.com\/easily-cache-cleaner\/", "description": "Use the toolbar button to quickly clear your browser's cache.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Easily Cache Cleaner", "default_popup": "source\/screen\/popup.html", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |