A chrome extension for tagging words with semantic information.
Find a file
2015-10-24 00:39:49 +02:00
src added ts file for keeping interfaces in. Angular is now able to get and display synsets. 2015-10-24 00:39:49 +02:00
typings cleaned up folder structure. Tweaked build script. Rebuilt functionality using angular instead of jquery. 2015-10-18 20:05:30 +02:00
.gitignore created typescript build setup which proves that its possible to inject jquery and angular into pages where those libraries already exist. Have also removed reliance on bower altogether. 2015-10-17 14:12:04 +02:00
background.js extension now injects button that can trigger a popover 2015-09-26 11:43:02 +02:00
Gulpfile.js added ts file for keeping interfaces in. Angular is now able to get and display synsets. 2015-10-24 00:39:49 +02:00
Gulpfile_old.js redid typescript build setup and script injection. Is finally working properly. 2015-10-21 22:05:49 +02:00
manifest.json able to load html content. 2015-09-26 20:48:26 +02:00
package.json redid typescript build setup and script injection. Is finally working properly. 2015-10-21 22:05:49 +02:00
README.md updated readme 2015-09-27 20:50:56 +02:00
tsconfig.json redid typescript build setup and script injection. Is finally working properly. 2015-10-21 22:05:49 +02:00
tsd.json cleaned up folder structure. Tweaked build script. Rebuilt functionality using angular instead of jquery. 2015-10-18 20:05:30 +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. Run gulp serve to see the active prototype.

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