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: about 1 month 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
- Archived: true
- Created: 2022-08-30T14:14:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T07:08:52.000Z (about 2 years ago)
- Last Synced: 2025-03-28T10:01:44.505Z (about 2 months ago)
- Topics: chrome-extensions, ios-webkit, webkit, webkit-adapter
- Language: Go
- Homepage: https://sonic-cloud.cn/siwa
- Size: 106 KB
- Stars: 40
- Watchers: 0
- Forks: 13
- 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