mirror of
https://github.com/encounter/Chrome-Audio-EQ.git
synced 2026-07-09 18:18:52 -07:00
Release 0.3.1.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Audio EQ",
|
||||
"description": "HTML5 Audio Equalizer for Chrome",
|
||||
"version": "0.3.1.1",
|
||||
"version": "0.3.1.2",
|
||||
"manifest_version": 2,
|
||||
"permissions": ["tabs", "storage", "webRequest", "webRequestBlocking", "<all_urls>"],
|
||||
"background": {
|
||||
|
||||
+4
-4
@@ -8,7 +8,7 @@
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="favicon.png">
|
||||
|
||||
<title>Chrome Audio EQ - Google Chrome extension</title>
|
||||
<title>Audio EQ - Google Chrome extension</title>
|
||||
<meta property="og:title" content="Chrome Audio EQ"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:url" content="http://lab.ejci.net/Chrome-Audio-EQ/"/>
|
||||
@@ -40,7 +40,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="#">Chrome Audio EQ</a>
|
||||
<a class="navbar-brand" href="#">Audio EQ for Chrome</a>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
@@ -74,13 +74,13 @@
|
||||
<div class="item active">
|
||||
<div class="container">
|
||||
<div class="carousel-caption">
|
||||
<h1>Chrome Audio EQ<small>v0.3.1.0</small></h1>
|
||||
<h1>Audio EQ for Chrome<small>v0.3.2.0</small></h1>
|
||||
<p>
|
||||
<a class="btn btn-lg btn-success buttonBig" href="https://github.com/ejci/Chrome-Audio-EQ/"><i class="fa fa-github"></i> View on GitHub</a>
|
||||
<a class="btn btn-lg btn-success buttonBig" href="https://chrome.google.com/webstore/detail/chrome-audio-eq/lfafdlnjaliaghpjdajmlcnnblkgcefh"><i class="fa fa-floppy-o"></i> Download extension</a>
|
||||
</p>
|
||||
|
||||
<h6>With Chrome Audio EQ you can control your audio and video from all tabs in one place.</h6>
|
||||
<h6>With Audio EQ you can control your audio and video from all tabs in one place.</h6>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -33,10 +33,11 @@ This extension doesn't control Flash or Silverlight audio. It only controls HTML
|
||||
|
||||
|
||||
Author [Miroslav Magda](http://blog.ejci.net)
|
||||
Version 0.3.1.0
|
||||
Version 0.3.2.0
|
||||
|
||||
####Contributors
|
||||
[Kevin Yuliawan](https://github.com/kevinyuliawan/)
|
||||
[Dmitriy Kholodilin](https://github.com/dkfiresky)
|
||||
|
||||
|
||||
####License
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user