Skip to content

Releases: furybee/chrome-tab-modifier

0.9.1

16 Dec 08:39
Compare
Choose a tag to compare
  • Updated GA code

0.9.0

12 Dec 15:25
Compare
Choose a tag to compare

Options

The Options page has been totally reworked to be user-friendly and with more features, see details below.

  • Improved local data model (JSON)
  • Avoided BC break with previous version
  • Added preconfigured icons by category (Chrome, Color, Color Alt)
  • Added "Muted" action (only if you have: chrome://flags/#enable-tab-audio-muting)
  • Allowed user to create / edit / duplicate / delete tab rule
  • Created a settings view to import / export / delete all tab rules
  • Created a help view with some explanations
  • Used Karma & drop QUnit for unit tests
  • Added Google Analytics to get some statistics

Content

  • Improved content script

0.8.0

06 Nov 14:03
Compare
Choose a tag to compare
  • Updated icon extension

0.7.0

26 Oct 17:49
Compare
Choose a tag to compare
  • Added icon in toolbar to access Options

0.6.1

22 Oct 16:58
Compare
Choose a tag to compare
  • Allowed to paste JSON in Options page when no settings found

0.6.0

29 Sep 19:56
Compare
Choose a tag to compare
  • Added support of websites that dynamically change the document title (ie. Twitter) (#9)
  • Added url_matcher property (#12)
  • Settings in Options page are now live-editable

0.5.0

12 Apr 13:28
Compare
Choose a tag to compare
  • Added protected property (#8)
  • Added unique property (#8)

0.4.1

30 Mar 16:00
Compare
Choose a tag to compare
  • Fixed settings: first match must be taken if many matches found

0.4.0

30 Mar 07:45
Compare
Choose a tag to compare
  • Improved scripts performances, lighter and faster
  • Removed jQuery
  • Updated Options page UI
  • Added Gulp
  • Added unit tests

0.3.1

02 Mar 08:54
Compare
Choose a tag to compare
  • Replaced Event Page instead of Background Page (#4)