Skip to content

Releases: furybee/chrome-tab-modifier

0.17.0

20 Oct 12:06
Compare
Choose a tag to compare

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

06 Oct 07:36
Compare
Choose a tag to compare
  • Reverted previous changes as it occurs unexpected titles in some configurations.

0.16.1

05 Oct 09:05
Compare
Choose a tag to compare
  • Rules are now reprocessed when the window hash is updated. (#39)

Example with this URL: http://example.com/page#one
If you click on an anchor in this page, the URL can be changed to http://example.com/page#two without reloading the page.

Now this behavior is supported.

0.16.0

23 Sep 12:59
Compare
Choose a tag to compare

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

05 Aug 10:47
Compare
Choose a tag to compare

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.

0.14.4

04 Aug 14:24
Compare
Choose a tag to compare

Options

  • Added "Open Tabs" link, it's another extension made by myself. :)

Content

  • Fixed console error in case of no page title (#30)

0.14.2

28 Jun 10:46
Compare
Choose a tag to compare

Options

  • Fixed weird display in tab rules form on "switch" elements

0.14.1

28 Jun 07:45
Compare
Choose a tag to compare

Options

  • Fixed case when tab rules could not be displayed

0.14.0

27 Jun 11:13
Compare
Choose a tag to compare

Options

  • Updated UI
  • Updated extension icons
  • Updated store screenshots
  • Added a dialog for new user
  • Added a toast for new version
  • Replaced "duplicate" icon
  • Fixed horizontal scrollbar in "Help" view

Background

  • Improved background script performances

0.13.0

06 Jun 09:04
Compare
Choose a tag to compare

Options

  • Reverted chrome.storage.sync usage to chrome.storage.local: this will increase the amount of tab rules and will avoid sync between logged browsers #26, #27
  • Added script to avoid BC break and keep existing tab rules, you have to load once the options page