At work, I get a lot of notifications from GitHub, Redmine, Backlog, and so on.
If you keep opening them in a new tab to read them later, you will have too many tabs in no time.
This Extension allows you to organize them in an instant and reload the remaining tabs to make them up-to-date!
Install it on your Google Chrome from here.
- Click the Chrome Extension icon
- Choose state of setting switches (checkbox)
- Click buttons
By default, it will check for URL matches using from Origin (Scheme + FQDN + Port) to Query.
And the default document will then be ignored.
/index.html
/index.htm
/index.xhtml
/index.php
/index.cgi
/index.aspx
In other words, all these URLs will be treated as identical.
https://www.example.com/index.html
https://www.example.com/
→ https://www.example.com/
https://www.example.com/index.php#bar
https://www.example.com/index.htm#bar
https://www.example.com/index.cgi#bar
https://www.example.com/#bar
→ https://www.example.com/#bar
This flag determines whether or not to ignore the URL query when comparing the URLs in each tab.
A URL query is this range in URL.
https://www.example.com/?a=10&b=20#foo
-> ?a=10&b=20
If the query is ignored, All these URLs are considered to be the same.
https://www.example.com/
https://www.example.com/?a=10
https://www.example.com/?a=10&b=20
https://www.example.com/index.html?a=10&b=20
→ https://www.example.com/
This flag determines whether or not to ignore the URL hash when comparing the URLs in each tab.
A URL hash is this range in URL.
https://www.example.com/?a=10&b=20#foo
-> #foo
If the hash is ignored, All these URLs are considered to be the same.
https://www.example.com/
https://www.example.com/#foo
https://www.example.com/#bar
https://www.example.com/index.html#baz
→ https://www.example.com/
If query and hash are ignored, , All these URLs are considered to be the same.
https://www.example.com/
https://www.example.com/#baz
https://www.example.com/#bar
https://www.example.com/index.html#bar
https://www.example.com/?a=10
https://www.example.com/?a=10&b=20
https://www.example.com/?a=10&b=20#foo
https://www.example.com/?a=10&b=20#baz
→ https://www.example.com/