bit2pixel / chrome-control

A JXA script and an Alfred Workflow for controlling Google Chrome
https://medium.com/@bit2pixel/how-i-navigate-hundreds-of-tabs-on-chrome-with-jxa-and-alfred-9bbf971af02b
MIT License
189 stars 25 forks source link

Feature Request: Support chromium browser #14

Open chengjianhua opened 3 years ago

chengjianhua commented 3 years ago

Microsoft Edge is a browser with chromium kernel, so chrome-control supports it too. The only change is Application('Google Chrome') to Application('Microsoft Edge') .

Maybe chrome-control can support this by allowing the user to specify variable application name, like CHROMIUM_APPLICATION_NAME=Microsoft Edge.

image