A chrome extension for tagging words with semantic information.
Find a file
2015-09-27 20:10:38 +02:00
.gitignore added livereloading for development. 2015-09-26 14:02:03 +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 data from backend and display 2015-09-27 20:10:38 +02:00
example1.html made it possible to add or hide sidebar 2015-09-27 19:16:17 +02:00
example1.menu.html made it possible to add or hide sidebar 2015-09-27 19:16:17 +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 updated readme 2015-09-26 13:01:04 +02:00
style.css made it possible to add or hide sidebar 2015-09-27 19:16:17 +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. Go inside chrome (or chromium) settings -> extensions.
  3. Click "load unpacked extension" and add the unzipped project folder.