h5o-chrome
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "HTML5 Outliner", | ||
"short_name": "h5o", | ||
"manifest_version": 2, | ||
@@ -36,3 +37,8 @@ "description": "Generates a navigable page outline with heading and sectioning elements", | ||
}, | ||
"version": "0.6.0" | ||
"version": "0.6.1", | ||
"author": { | ||
"name": "Dominykas Blyžė", | ||
"email": "hello@dominykas.com", | ||
"url": "http://www.dominykas.com/" | ||
} | ||
} |
# HTML5 outliner for Chrome # | ||
The extension is available on Chrome Store: https://chrome.google.com/webstore/detail/html5-outliner/afoibpobokebhgfnknfndkgemglggomo | ||
The extension is [available on Chrome Store](https://chrome.google.com/webstore/detail/html5-outliner/afoibpobokebhgfnknfndkgemglggomo) | ||
Please see the parent project for the outlining code: https://github.com/h5o/h5o-js | ||
Please see [the parent project](https://github.com/h5o/h5o-js) for the outlining code. | ||
@@ -23,2 +23,5 @@ Published on npm, because it's JS. You can also "Load unpacked extension" from `dist/extension` in Chrome. | ||
### v0.6.1 (2015-02-23) ### | ||
* Minor manifest tweaks | ||
### v0.6.0 (2015-02-23) ### | ||
@@ -25,0 +28,0 @@ * Rewritten build scripts with [`grunt`](http://gruntjs.com) |
@@ -48,2 +48,3 @@ module.exports = function (grunt) { | ||
manifest.version = grunt.config.get("pkg.version"); | ||
manifest.author = grunt.config.get("pkg.author"); | ||
grunt.file.write("dist/extension/manifest.json", JSON.stringify(manifest, null, " ")); | ||
@@ -50,0 +51,0 @@ |
{ | ||
"name": "HTML5 Outliner", | ||
"short_name": "h5o", | ||
"manifest_version": 2, | ||
@@ -4,0 +5,0 @@ "description": "Generates a navigable page outline with heading and sectioning elements", |
{ | ||
"name": "h5o-chrome", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Extension for Google Chrome / Chromium to generate a navigable page outline based on HTML5 outlining algorithm", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# HTML5 outliner for Chrome # | ||
The extension is available on Chrome Store: https://chrome.google.com/webstore/detail/html5-outliner/afoibpobokebhgfnknfndkgemglggomo | ||
The extension is [available on Chrome Store](https://chrome.google.com/webstore/detail/html5-outliner/afoibpobokebhgfnknfndkgemglggomo) | ||
Please see the parent project for the outlining code: https://github.com/h5o/h5o-js | ||
Please see [the parent project](https://github.com/h5o/h5o-js) for the outlining code. | ||
@@ -23,2 +23,5 @@ Published on npm, because it's JS. You can also "Load unpacked extension" from `dist/extension` in Chrome. | ||
### v0.6.1 (2015-02-23) ### | ||
* Minor manifest tweaks | ||
### v0.6.0 (2015-02-23) ### | ||
@@ -25,0 +28,0 @@ * Rewritten build scripts with [`grunt`](http://gruntjs.com) |
75098
258
32