Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
From zero to midnight 馃槑
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaeta committed Mar 17, 2017
1 parent 5378a46 commit fd31d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -16,6 +16,8 @@ git clone git@github.com:tgaeta/csv2table.git
Clone repo > Enable 'Developer Mode' in chrome://extensions/ > Load the extension into Chrome

## Release History
* 1.0
* Fixed-header support! Bootstrap! Static CSV prints to console.
* 0.2.2
* CHANGE: Add dependencies and minify the content_script
* 0.2.1
Expand Down Expand Up @@ -47,4 +49,3 @@ GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"name": "CSV 2 Table",
"description": "Easily convert static CSV from any web page to a dynamic and searchable datatable",
"version": "0.2.3",
"version": "1.0",
"permissions": [
"activeTab"
],
Expand Down

0 comments on commit fd31d16

Please sign in to comment.