Memory Monitor
Displays RAM Usage Information
Cos'è Memory Monitor?
Memory Monitor è un'estensione di Chrome sviluppata da Daniel Herr, e la sua funzione principale è "Displays RAM Usage Information".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Memory Monitor
Scarica i file di estensione Memory Monitor 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 extension shows available memory at a glance in the icon in GB. For more detailed information, rollover the icon. Click the icon to display an infobar on sites, open a panel which stays in view (separate app required), and display an icon on the Chrome OS shelf (chrome://flags/#enable-panels required) Right click the icon and click options for customization.
Informazioni di Base sull'Estensione
Nome | Memory Monitor |
ID | gaodmenekccdomeicdoldgdpcemlgiag |
URL Ufficiale | https://chromewebstore.google.com/detail/memory-monitor/gaodmenekccdomeicdoldgdpcemlgiag |
Descrizione | Displays RAM Usage Information |
Dimensione del File | 20.52 KB |
Conteggio Installazioni | 3,520 |
Versione Corrente | 11.0.3 |
Ultimo Aggiornamento | 2016-01-29 |
Data di Pubblicazione | 2016-01-29 |
Valutazione | 4.41/5 Totale 32 Valutazioni |
Sviluppatore | Daniel Herr |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://danielherr.github.io/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memory Monitor", "version": "11.0.3", "description": "Displays RAM Usage Information", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "author": "Daniel Herr", "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "ids": [ "kbilomlpmhhhaimaigidhnjijhiajbam" ] }, "homepage_url": "https:\/\/chrome.google.com\/webstore\/search\/Daniel%20Herr", "offline_enabled": true, "optional_permissions": [ "tabs", " |