Simple RAM Info
This extension displays the amount of available system memory near the address bar.
Simple RAM Infoとは何ですか?
Simple RAM Infoはtylercd100によって開発されたChromeの拡張機能で、その主な機能は「This extension displays the amount of available system memory near the address bar.」です。
拡張機能のスクリーンショット
Simple RAM Info拡張機能のCRXファイルをダウンロード
Simple RAM Info拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Simple RAM Info |
ID | dbdlfjheiknjgnnhknninniobeeeknko |
公式URL | https://chromewebstore.google.com/detail/simple-ram-info/dbdlfjheiknjgnnhknninniobeeeknko |
説明 | This extension displays the amount of available system memory near the address bar. |
ファイルサイズ | 61.37 KB |
インストール数 | 1,568 |
現在のバージョン | 1.1.1 |
最終更新日 | 2015-12-27 |
公開日 | 2015-12-27 |
評価 | 4.60/5 合計 15 レビュー |
開発者 | tylercd100 |
支払い方法 | free |
対応言語 | 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" ] } |