JohnAkerman / TabStats

A Chrome Extension that accumulates statistics of your tab usage based on your behaviour
MIT License
0 stars 0 forks source link

Advanced Options #19

Open JohnAkerman opened 6 years ago

JohnAkerman commented 6 years ago

This would allow us to provide a more detailed view to enable/disable options for the users.

We can hook into the built-in options link provided by Chrome on the extension list using:

"options_ui": {
    "page": "options.html",
    "chrome_style": true
}

This would then allow us to have a options.html which would work in a similar fashion to popup.html which would pull in any script/style dependencies and would allow for a custom look. For more information see the Options documentation.

Additional Config Options

Additional Info

We could use this space to show additional information such as:

JohnAkerman commented 6 years ago

Created a new branch to house this work - https://github.com/JohnAkerman/TabStats/commit/5dabf394712b65bed893dcc6c02e7db3df35f743