glidercli 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -51,8 +51,7 @@ glider install # start daemon (runs forever, auto-restarts)
|
|
|
51
51
|
|
|
52
52
|
1. **Node 18+**
|
|
53
53
|
|
|
54
|
-
2. **Glider Chrome Extension** - [
|
|
55
|
-
- Clone repo, load unpacked in `chrome://extensions`
|
|
54
|
+
2. **Glider Chrome Extension** - [Install from Chrome Web Store](https://chromewebstore.google.com/detail/glider/njbidokkffhgpofcejgcfcgcinmeoalj)
|
|
56
55
|
|
|
57
56
|
## 🚀Usage
|
|
58
57
|
|
|
@@ -149,7 +148,7 @@ steps:
|
|
|
149
148
|
- [x] Multi-tab orchestration (spawn, extract)
|
|
150
149
|
- [x] Authenticated fetch via browser session
|
|
151
150
|
- [x] Site exploration/crawling
|
|
152
|
-
- [
|
|
151
|
+
- [x] Chrome Web Store extension publish
|
|
153
152
|
- [ ] Linux support
|
|
154
153
|
- [ ] Windows support
|
|
155
154
|
- [ ] Headless mode
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "glidercli",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "Browser automation CLI
|
|
3
|
+
"version": "0.3.1",
|
|
4
|
+
"description": "Browser automation CLI. Control Chrome from terminal via CDP, run YAML task files, autonomous loops until completion.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"glider": "bin/glider.js"
|