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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ompbnonfhnfbkoeohfbdfkblkfmmkcap |
官方網址 | 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" ] } |