Skip to content

Advanced Options #19

@JohnAkerman

Description

@JohnAkerman

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

  • Enable per website tracking - this would store it as "Anonymous" instead of the website name
  • Track incognito window usage - when permission given it would track incognito window data using "Incognito" as a website name
  • Enable per tab tracking - this would store tab id's to keep track of single tabs you've had open for a while
  • Configure alerts- alert the user when they hit over 20 active tabs
  • Dark Theme
  • Language support
  • TBD

Additional Info

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

  • In-depth graphs
  • Daily digest
  • Most active sites
  • Most active type of site (social media, news, fun, shopping, etc)
  • Longest tab (includes non-active)
  • Send via email

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions