# omi-devtools **Repository Path**: mirrors_f/omi-devtools ## Basic Information - **Project Name**: omi-devtools - **Description**: DevTools for Omi.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Omi.js DevTools Extension v0.1 Lightweight yet powerful extension to debug [Omi.js](https://github.com/Tencent/omi) ## Installation ### From Chrome Web Store - [Download from Chrome Web Store](https://chrome.google.com/webstore/detail/omijs-devtools/pjgglfliglbhpcpalbpeloghnbceocmd) ### From GitHub - [Download OmiDevTools.crx File](https://github.com/f/omi-devtools/blob/master/OmiDevTools.crx?raw=true) - Open Extensions page of Chrome Browser - Drag and Drop the `OmiDevTools.crx` file. --- ## Features - Uses Chrome's elements panel since it already uses **Shadow-DOM** and **Web Components** - Watches store data - Strongly debuggable with Chrome's debugger itself - No configuration needed, just start to use - Shows **local data** and **store data** - `$o` to access selected element ## Build You can use from source at `OmiDevTools` directory. ## License MIT