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
Cos'è Chrome Memory Clear?
Chrome Memory Clear è un'estensione di Chrome sviluppata da Sandeep Machiraju, e la sua funzione principale è "This will help us to clear memory of chrome, So you no need to go to chrome->Settings->search for options to delete".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Memory Clear
Scarica i file di estensione Chrome Memory Clear in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This will provide a user interface to clear the browser(chrome) memory. Give me the feedback and I will include other features too.
Informazioni di Base sull'Estensione
Nome | |
ID | ompbnonfhnfbkoeohfbdfkblkfmmkcap |
URL Ufficiale | https://chrome.google.com/webstore/detail/chrome-memory-clear/ompbnonfhnfbkoeohfbdfkblkfmmkcap |
Descrizione | This will help us to clear memory of chrome, So you no need to go to chrome->Settings->search for options to delete |
Dimensione del File | 673 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-06-12 |
Data di Pubblicazione | 2018-06-12 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | Sandeep Machiraju |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sites.google.com/view/sandeepmachiraju/ |
Lingue Supportate | 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" ] } |