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
What is Chrome Memory Clear?
Chrome Memory Clear is a Chrome extension developed by Sandeep Machiraju, and its main feature is "This will help us to clear memory of chrome, So you no need to go to chrome->Settings->search for options to delete".
Extension Screenshots
Download Chrome Memory Clear Extension CRX File
Download Chrome Memory Clear extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This will provide a user interface to clear the browser(chrome) memory. Give me the feedback and I will include other features too.
Extension Basic Information
Name | |
ID | ompbnonfhnfbkoeohfbdfkblkfmmkcap |
Official URL | https://chrome.google.com/webstore/detail/chrome-memory-clear/ompbnonfhnfbkoeohfbdfkblkfmmkcap |
Description | This will help us to clear memory of chrome, So you no need to go to chrome->Settings->search for options to delete |
File Size | 673 KB |
Installation Count | 1,000 |
Current Version | 1.2 |
Last Updated | 2018-06-12 |
Publish Date | 2018-06-12 |
Rating | 2.00/5 Total 4 Ratings |
Developer | Sandeep Machiraju |
Payment Type | free |
Extension Website | https://sites.google.com/view/sandeepmachiraju/ |
Supported Languages | 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" ] } |