Skip to content

Commit 04b1a5a

Browse files
authored
Add Applications section (#149)
1 parent 387e432 commit 04b1a5a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [DevTools tooling and ecosystem](#devtools-tooling-and-ecosystem)
99
- [Chrome DevTools Protocol](#chrome-devtools-protocol)
1010
- [Using DevTools frontend with other platforms](#using-devtools-frontend-with-other-platforms)
11+
- [Applications](#applications)
1112
- [DevTools Extensions](#devtools-extensions)
1213
- [Alumni](#alumni)
1314

@@ -122,6 +123,17 @@
122123

123124
---
124125

126+
## Applications
127+
128+
### Browsers
129+
- [BrowserBox](https://github.com/BrowserBox/BrowserBox) - Embed Chrome in a web page, largely powered by DevTools and supporting multiuser browsing, remote DevTools, audio, and documents like `.docx`, `.pdf`, and more.
130+
- [Puppetromium](https://github.com/dosyago/puppetromium) - A proof-of-concept web browser built with Puppeteer, written in Node.js, HTML and CSS, with 0% client-side JavaScript.
131+
132+
### Web Archivers and Indexers
133+
- [dn](https://github.com/dosyago/dn) - Archive and index pages you browse for offline viewing and search, implemented using the `Fetch` domain's interceptions, and works with any Chromium-based browser.
134+
135+
---
136+
125137
## DevTools Extensions
126138

127139
### Accessibility (A11y)

0 commit comments

Comments
 (0)