Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced Options #19

Open
7 tasks
JohnAkerman opened this issue Nov 27, 2017 · 1 comment
Open
7 tasks

Advanced Options #19

JohnAkerman opened this issue Nov 27, 2017 · 1 comment
Assignees
Labels

Comments

@JohnAkerman
Copy link
Owner

JohnAkerman commented Nov 27, 2017

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
@JohnAkerman
Copy link
Owner Author

JohnAkerman commented Nov 27, 2017

Created a new branch to house this work - 5dabf39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant