pyrho Posted February 18, 2020 Posted February 18, 2020 (edited) Hi all! I made my first workflow, available here ! It allows to quickly focus any given tab by filtering open tabs with user input, across windows, and searching in the tab's title and URL. It will only work with Firefox, there are much simpler options for other browsers. Hope you like it and don't hesitate to give feedback! Edited February 18, 2020 by pyrho
deanishe Posted February 18, 2020 Posted February 18, 2020 Out of interest, what's the reason for using chrome.tabs over browser.tabs in the extension?
pyrho Posted February 19, 2020 Author Posted February 19, 2020 55 minutes ago, deanishe said: Out of interest, what's the reason for using chrome.tabs over browser.tabs in the extension? It's the same thing. Firefox adopted chrome's extension format and tried to standardize it under the name WebExtensions. To to standardize it, they called it `browser`, and to make it compatible with the thousands of existing Chrome extensions they made it equal to `chrome`
deanishe Posted February 19, 2020 Posted February 19, 2020 Thanks. I was wondering because you use browser.runtime but otherwise chrome.*. I thought I must have missed something.
pyrho Posted February 19, 2020 Author Posted February 19, 2020 Just now, deanishe said: Thanks. I was wondering because you use browser.runtime but otherwise chrome.*. I thought I must have missed something. `browser` instances probably comes from some code i copied online I guess But really I should be using the same name everywhere
pyrho Posted February 19, 2020 Author Posted February 19, 2020 Damn man if I had known about https://github.com/deanishe/alfred-firefox ... deanishe 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now