A chrome extension for tagging words with semantic information.
Find a file
Nils Norman Haukås ed2ec2255e fixed icon error
2015-10-24 23:35:41 +02:00
src fixed icon error 2015-10-24 23:35:41 +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 now able to tag words on page. Adjusted build scripts. Now able to build the chrome plugin. Updated readme. 2015-10-24 14:57:34 +02:00
Gulpfile.js fixed icon error 2015-10-24 23:35:41 +02:00
package.json added new icons and a popup menu for the chrome plugin. Updated manifest.json 2015-10-24 20:33:16 +02:00
README.md updated readme 2015-10-24 15:05:08 +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 tsd && npm install -g gulp && tsd install. In addition to installing development dependencies it will also install Gulp which is useful for active development.
  4. Run gulp serve to serve up the prototype for live development.
  5. Run gulp dist to build the chrome plugin in the dist/ folder.

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