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文件

下载Chrome Memory Clear扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}