A chrome extension for tagging words with semantic information.
Find a file
2015-09-27 20:47:23 +02:00
.gitignore is now able to get senses. Updated readme 2015-09-27 20:47:23 +02:00
background.js extension now injects button that can trigger a popover 2015-09-26 11:43:02 +02:00
bower.json added manifest.json. And bootstrap. Also added a toggleable button. 2015-09-25 16:01:25 +02:00
content_script.js is now able to get senses. Updated readme 2015-09-27 20:47:23 +02:00
example1.html is now able to get senses. Updated readme 2015-09-27 20:47:23 +02:00
example1.menu.html is now able to get senses. Updated readme 2015-09-27 20:47:23 +02:00
Gulpfile.js starting building functionality for bootstrapping the tagging menu. 2015-09-27 17:04:35 +02:00
icon1.png added manifest.json. And bootstrap. Also added a toggleable button. 2015-09-25 16:01:25 +02:00
icon2.png added manifest.json. And bootstrap. Also added a toggleable button. 2015-09-25 16:01:25 +02:00
manifest.json able to load html content. 2015-09-26 20:48:26 +02:00
package.json added livereloading for development. 2015-09-26 14:02:03 +02:00
README.md is now able to get senses. Updated readme 2015-09-27 20:47:23 +02:00
style.css is now able to get senses. Updated readme 2015-09-27 20:47:23 +02:00

tag-youre-it

A chrome extension for tagging words with semantic information.

Development

  1. To try it out, just download this plugin.
  2. You'll need to have installed node.js.
  3. Go inside the unzipped folder and run npm install && npm install -g gulp. In addition to installing development dependencies it will also install Gulp which is useful for active development.
  4. Running gulp serve should show you the active prototype.

Important A workaround for CORS is currently needed to communicate with the server.