Mobx Prettier
Prettify Mobx objects in Chrome console and debugger.
Mobx Prettierとは何ですか?
Mobx PrettierはFingaによって開発されたChromeの拡張機能で、その主な機能は「Prettify Mobx objects in Chrome console and debugger.」です。
拡張機能のスクリーンショット
Mobx Prettier拡張機能のCRXファイルをダウンロード
Mobx Prettier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mobx Prettier is a Chrome extension that prettifies / formats Mobx objects in Dev Tools console and debugger for easy inspection. 拡張機能の基本情報
| 名前 | |
| ID | helikjgacgldannkhjdncofmeodpabmp |
| 公式URL | https://chromewebstore.google.com/detail/mobx-prettier/helikjgacgldannkhjdncofmeodpabmp |
| 説明 | Prettify Mobx objects in Chrome console and debugger. |
| ファイルサイズ | 16.96 KB |
| インストール数 | 104 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2022-09-19 |
| 公開日 | 2022-09-19 |
| 開発者 | Finga |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/fingerartur/mobx_prettier/ |
| ヘルプページのURL | https://github.com/fingerartur/mobx_prettier/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mobx Prettier",
"manifest_version": 3,
"version": "1.0.0",
"description": "Prettify Mobx objects in Chrome console and debugger.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_title": "Mobx Prettier",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"content_scripts": [
{
"matches": [
" | |