Simple RAM Info
This extension displays the amount of available system memory near the address bar.
Wat is Simple RAM Info?
Simple RAM Info is een Chrome-extensie ontwikkeld door tylercd100, en de belangrijkste functie is "This extension displays the amount of available system memory near the address bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple RAM Info
Download Simple RAM Info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is an extremely lightweight extension that displays the amount of available system memory in gigabytes as an icon near the address bar. Supports displaying values greater than 10GB. Version 1.1.0 -Added support for custom colors -Can change refresh interval
Basisinformatie over de Extensie
Naam | Simple RAM Info |
ID | dbdlfjheiknjgnnhknninniobeeeknko |
Officiële URL | https://chromewebstore.google.com/detail/simple-ram-info/dbdlfjheiknjgnnhknninniobeeeknko |
Beschrijving | This extension displays the amount of available system memory near the address bar. |
Bestandsgrootte | 61.37 KB |
Aantal Installaties | 1,568 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2015-12-27 |
Publicatiedatum | 2015-12-27 |
Beoordeling | 4.60/5 Totaal 15 Beoordelingen |
Ontwikkelaar | tylercd100 |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Tyler Arbon @tylercd100", "name": "Simple RAM Info", "description": "This extension displays the amount of available system memory near the address bar.", "version": "1.1.1", "browser_action": { "default_icon": "icon_19.png" }, "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "offline_enabled": true, "permissions": [ "system.memory", "storage", "background" ] } |