https://github.com/cap-go/capacitor-chrome-ext
https://github.com/cap-go/capacitor-chrome-ext
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cap-go/capacitor-chrome-ext
- Owner: Cap-go
- Created: 2024-07-03T16:13:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T10:05:38.000Z (6 months ago)
- Last Synced: 2024-10-24T15:51:52.571Z (6 months ago)
- Language: TypeScript
- Size: 197 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chrome Extension
This is a chrome extension that allows you to simulate a real device in your browser. It is useful for testing your capacitor designs on different devices.
### Installation
1. Download the latest release from the [Chrome Store](https://chromewebstore.google.com/detail/capacitor-safe-area-simul/ddaaodgcccedhjbjeollookhompnlfhi?authuser=0&hl=en).
Then open the inspector and click on the tab "Capacitor Safe Area Simulator".
## Description
This extension simplify your development process by simulating a real device in your browser. It is useful for testing your capacitor designs on different devices.
Bonus you now don't need to install the capacitor app on your device. And reproduce the same design of your app on your device.This extension is capable to simulate the safe area of the following frameworks:
- Ionic
- Konsta UI
- Tailwind with plugin Tailwind CapacitorEach framework need to be added manually as we cannot override the safe area var of the browser.
The extension is capable to simulate the safe area of the following devices:
- Iphone 14 Pro Max
- Iphone SE
- Iphone XR
- Iphone 12 Pro
- Pixel 7
- Samsung Galaxy S8+
- Samsung Galaxy S20 Ultra
- iPad Pro
- Galaxy Z Fold 5
- Samsung Galaxy A51/71
- Samsung Galaxy S21
- Xiaomi Mi 11Please contact us if you want to add a device to the list.