Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soniccloudorg/sonic-ios-webkit-adapter
🎉Adapter of debug webkit protocol on iOS for Chrome DevTools. 用于谷歌浏览器调试的webkit协议接收器。
https://github.com/soniccloudorg/sonic-ios-webkit-adapter
chrome-extensions ios-webkit webkit webkit-adapter
Last synced: 3 months ago
JSON representation
🎉Adapter of debug webkit protocol on iOS for Chrome DevTools. 用于谷歌浏览器调试的webkit协议接收器。
- Host: GitHub
- URL: https://github.com/soniccloudorg/sonic-ios-webkit-adapter
- Owner: SonicCloudOrg
- License: apache-2.0
- Created: 2022-08-30T14:14:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T07:08:52.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T11:33:47.831Z (9 months ago)
- Topics: chrome-extensions, ios-webkit, webkit, webkit-adapter
- Language: Go
- Homepage: https://sonic-cloud.cn/siwa
- Size: 106 KB
- Stars: 36
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🎉Adapter of debug webkit protocol on iOS for Chrome DevTools
English |
简体中文
## Document
See [Here](https://sonic-cloud.cn/siwa/re-siwa.html)
## Use in code
```
go get -u github.com/SonicCloudOrg/sonic-ios-webkit-adapter
```## LICENSE
[License](LICENSE)
- This code is built with reference to [remotedebug-ios-webkit-adapter](https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter) license: MIT