We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22624c7 + a27bccd commit 006cdd6Copy full SHA for 006cdd6
chrome.js
@@ -1,5 +1,12 @@
1
#!/usr/bin/env osascript -l JavaScript
2
3
+/**
4
+ * A JXA script and an Alfred Workflow for controlling Google Chrome (Javascript for Automation).
5
+ * Also see my "How I Navigate Hundreds of Tabs on Chrome with JXA and Alfred" article at [1]
6
+ * if you're interested in learning how I created the workflow.
7
+ * [1] https://medium.com/@bit2pixel/how-i-navigate-hundreds-of-tabs-on-chrome-with-jxa-and-alfred-9bbf971af02b
8
+ */
9
+
10
ObjC.import('stdlib')
11
ObjC.import('Foundation')
12
integrations/Alfred/Chrome Control.alfredworkflow
35 KB
integrations/Alfred/README.md
0 commit comments