Releases: furybee/chrome-tab-modifier
0.17.2
0.17.1
Fixed: Dynamic favicons
- The extension now detects website with dynamic favicon.
For example, you set a custom favicon on a website via your rule. When the page loads the new favicon is set. In case the website wants to replace the current favicon by a new one in Javascript, like prepending with "(1)", e.g. a notification, Tab Modifier is able to catch this and keep your favicon.
- Fixed "Open Tabs" sidebar link alignment.
0.17.0
NEW: Allowed to reorder tab rules
As you should may know, if an URL matches more than 1 rule, the first is used. So the rules order was important in that cases. Now you can reorder the rules with drag-and-drop. Just click on the icon et move the rule elsewhere.
0.16.2
0.16.1
0.16.0
NEW: Regular expression in your URL fragment by selecting the new detection type "RegExp"
If you want to target website(s) with a regular expression, it's now available. Select the "RegExp" detection and enter it inside the URL fragment, like github[.]com/([A-Za-z0-9_-]+)/([A-Za-z0-9_-]+)
.
NEW: Use data URI format to set a new icon
In case you want to use a local icon as a favicon, go to http://duri.me/ and drag & drop your icon, then click on "Copy as DataURI" and paste it in the icon input on Tab Modifier.
0.15.0
NEW: Specify the detection type of your URL fragment
Since the beginning of Tab Modifier, the URL fragment was detected inside the URL. Example:
URL fragment: facebook.com
- URL:
https://www.facebook.com
=> OK detected - URL:
https://www.google.com/search?q=facebook.com
=> OK detected, but unexpected?
Sometimes you want to detect only when the URL starts with or ends with, not always contains.
This is now possible in this new release!
NEW: Tab rules are now displayed in a table
Added the "Detection" column in the home page, then I replaced the list by a table with headers for better visibility.
Also optimized loaded static files.