/doubt

API Server and Google Chrome Extension to Classify Web Pages

Primary LanguageJavaScriptMIT LicenseMIT

doubt

API Server and Google Chrome Extension to Classify Web Pages

Example (Chrome extension)

chromeextension

Installation

Chrome extension

  1. Open chrome://extensions/
  2. Enable developer mode
  3. Load chrome-extension directory with "Load unpacked"

Server (optional)

  1. Install MeCab (for separating words in Japanese with spaces)
  2. Run bundle install
  3. Run bundle exec unicorn -E production -c unicorn.conf -D & (start as daemon)

Usage

  1. Click on the icon to learn the likes and dislikes of the page you are viewing.
  2. When the page is opened, the icon changes according to the learning result.
Icon Meaning
icon-like Like
icon-dislike Dislike
icon In progress or unknown (unlearned or pages requiring authentication)

Notice

  • The URLs of all the displayed pages will be sent to the server (content will not be sent).
  • A learning result is generated for each key. You can share your learning results with others using the same key.