We should add support for the page actions API
It's similar to Browser Actions but they're displayed in the address bar and are smaller / more dynamic. It can be shown/hidden as needed.
This will be useful for dynamically adding actions like "edit this page" if we detect it is editable.
- Add a new
PageActions class based on browser actions
- Expose events for show/hide in the main extensions class
- Add api spec based on the API
- Make a sample extension and test it in Agregore
We should add support for the page actions API
It's similar to Browser Actions but they're displayed in the address bar and are smaller / more dynamic. It can be shown/hidden as needed.
This will be useful for dynamically adding actions like "edit this page" if we detect it is editable.
PageActionsclass based on browser actions