Simple RAM Info
This extension displays the amount of available system memory near the address bar.
Hvad er Simple RAM Info?
Simple RAM Info er en Chrome-udvidelse udviklet af tylercd100, og dens hovedfunktion er "This extension displays the amount of available system memory near the address bar.".
Udvidelsesskærmbilleder
Download Simple RAM Info-udvidelses-CRX-fil
Download Simple RAM Info-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Simple RAM Info |
ID | dbdlfjheiknjgnnhknninniobeeeknko |
Officiel URL | https://chromewebstore.google.com/detail/simple-ram-info/dbdlfjheiknjgnnhknninniobeeeknko |
Beskrivelse | This extension displays the amount of available system memory near the address bar. |
Filstørrelse | 61.37 KB |
Antal Installationer | 1,568 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2015-12-27 |
Udgivelsesdato | 2015-12-27 |
Bedømmelse | 4.60/5 Samlet 15 Bedømmelser |
Udvikler | tylercd100 |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |