Information about memory and processor
Show all available information about memory and processor
Information about memory and processorとは何ですか?
Information about memory and processorはmixaroot90によって開発されたChromeの拡張機能で、その主な機能は「Show all available information about memory and processor」です。
拡張機能のスクリーンショット
Information about memory and processor拡張機能のCRXファイルをダウンロード
Information about memory and processor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show information about memory, processor and display with description all features. 拡張機能の基本情報
| 名前 | |
| ID | dcihlamoaadgfeeffnididhegamdmkle |
| 公式URL | https://chromewebstore.google.com/detail/information-about-memory/dcihlamoaadgfeeffnididhegamdmkle |
| 説明 | Show all available information about memory and processor |
| ファイルサイズ | 23.46 KB |
| インストール数 | 31 |
| 現在のバージョン | 0.2.0 |
| 最終更新日 | 2016-09-10 |
| 公開日 | 2016-09-10 |
| 開発者 | mixaroot90 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_langName__",
"version": "0.2.0",
"description": "__MSG_langDescription__",
"default_locale": "en",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon46.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_popup": "index.html",
"default_title": "__MSG_langNameShort__"
},
"author": "[email protected]",
"short_name": "__MSG_langNameShort__",
"permissions": [
"system.cpu",
"system.memory",
"system.display"
],
"minimum_chrome_version": "53"
} | |