JS RAM memory consumption : usedJSHeapSize
Display the usedJSHeapSize of the current tab
O que é JS RAM memory consumption : usedJSHeapSize?
JS RAM memory consumption : usedJSHeapSize é uma extensão do Chrome desenvolvida por gabriel.delepine, e sua principal característica é "Display the usedJSHeapSize of the current tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JS RAM memory consumption : usedJSHeapSize
Baixe arquivos de extensão JS RAM memory consumption : usedJSHeapSize no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Display the memory consumption of the JS head size of the current tab. Optional : start Chrome with --enable-precise-memory-info, otherwise the results from performance.memory are bucketed and less useful.
Informações Básicas da Extensão
Nome | JS RAM memory consumption : usedJSHeapSize |
ID | olnjnghiiigbjdjfnngpmjaghcgpmjkl |
URL Oficial | https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl |
Descrição | Display the usedJSHeapSize of the current tab |
Tamanho do Arquivo | 176 KB |
Contagem de Instalações | 510 |
Versão Atual | 0.1.3 |
Última Atualização | 2016-11-14 |
Data de Publicação | 2016-11-14 |
Classificação | 4.29/5 Total de 7 Avaliações |
Desenvolvedor | gabriel.delepine |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md |
URL da Página de Ajuda | https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JS RAM memory consumption : usedJSHeapSize", "description": "Display the usedJSHeapSize of the current tab", "version": "0.1.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/default.png", "name": "Click to output info in console" }, "permissions": [ "activeTab", "*:\/\/*\/*" ], "manifest_version": 2 } |