Chrome Memory Clear

This will help us to clear memory of chrome, So you no need to go to chrome->Settings->search for options to delete

Chrome Memory Clear란 무엇입니까?

Chrome Memory Clear은(는) Sandeep Machiraju에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This will help us to clear memory of chrome, So you no need to go to chrome->Settings->search for options to delete"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chrome Memory Clear 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This will provide a user interface to clear the browser(chrome) memory. Give me the feedback and I will include other features too.                    

확장 프로그램 기본 정보

이름 Chrome Memory Clear Chrome Memory Clear
ID ompbnonfhnfbkoeohfbdfkblkfmmkcap
공식 URL https://chrome.google.com/webstore/detail/chrome-memory-clear/ompbnonfhnfbkoeohfbdfkblkfmmkcap
설명 This will help us to clear memory of chrome, So you no need to go to chrome->Settings->search for options to delete
파일 크기 673 KB
설치 횟수 1,000
현재 버전 1.2
최근 업데이트 2018-06-12
출시 날짜 2018-06-12
평점 2.00/5 총 4 개의 평점
개발자 Sandeep Machiraju
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/view/sandeepmachiraju/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Memory Clear",
    "description": "This will help us to clear memory of chrome, So you no need to go to chrome->Settings->search for options to delete",
    "version": "1.2",
    "browser_action": {
        "default_icon": "AppLogo.png",
        "default_popup": "\/popup.html"
    },
    "permissions": [
        "browsingData",
        "notifications",
        "storage"
    ]
}