New Feature Requests - leave comments here!
See original GitHub issueIf you have any new feature requests, please leave your comments below 👇
One of the goals I envision for Cato is for it to become a general purpose command launcher for your web browser; a browser extension that can handle automating **common manual tasks that people who use their web browsers do everyday.
What’s Not Possible (Platform Limitation)
- Opening the chrome developer tools/inspector programatically
- Restarting your browser programatically.
chrome://restart
can’t be executed via code, it must be manually typed in the URL.
Development Resources
If you’re a developer in interested learning about what’s capable within the browser development ecosystem please take a look at the awesome resources:
Issue Analytics
- State:
- Created 6 years ago
- Comments:21 (6 by maintainers)
Top Results From Across the Web
Feature Requests: What are they and how to manage them
Feature requests are a form of product feedback you may frequently encounter as a SaaS product manager. They typically come in the form...
Read more >Feature request response email templates - LiveAgent
Here are some of the best ways to respond to customer feature requests, including those that don't fit into your product roadmap, or...
Read more >10 Tips for Responding Graciously to Customer Feature ...
10 Tips for Responding Graciously to Customer Feature Requests · 1. Be open and honest · 2. Be grateful for their effort ·...
Read more >How to Handle Customer Feature Requests [with Examples]
5. Communicate your requests to your product team. You need to ensure your Product team members see the feedback and types of feature...
Read more >Feature Request Template: How to Manage Suggestions at ...
Streamline and organize user feedback with this free feature request template. Available in Google Docs and Sheets (no email required).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, thanks for the awesome extension 👍
This is a list of features that could improve your project, in my opinion
I just started using this extensions, and I’ve go to say, I didn’t know i needed this, but man did I need it! Now for feature requests:
Commands:
chrome://
domain. Ex:chrome://settings/help
, After closer inspection, the only sub-domain under the settings page that can be scrolled to from the settings page, is/help
.Shorten URL
on this site would result in https://goo.gl/CBDRMd being copied to the clipboard.search Bohemian Rhapsody
would search for “Bohemian Rhapsody”. Having a dedicated search command would allow for search term prediction / autocomplete.Find input
would result in a list of all input fields on the page, moving the targeting to one of these would highlight the element on the page similar to how the devtools does it, then pressing enter would select the targeted element. If its an input it would open it for editing, if its a button it would press it, or if its a link it would open it, etcBehavior:
settings
commandCtrl+Space
should show all available operations in alphabetical order. Aka pressingCtrl+Space
while in the command pallet should execute theShow All Commands
command.Features:
background
,injected
,popup
,options
, etc. As it stands every command is executed in thepopup
context.dark-mode
could loop through the DOM and invert all colors.netflix
could be setup as an alias forChange Tab netflix
. Orc
could be used as a short hand forChange Tab
. The important part is that the aliases should be easy to setup by the user.