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