Skip to content

janeon/honors-plugin

Repository files navigation

Question Enhancer for Stack Overflow

Built using boilerplate code for react Chrome Extension, this is a tool to help askers construct more answerable questions on Stack Overflow

Features

  • Answerability prediction
  • Question enhancement suggestions
  • Anwer previews of similar questions

Features from react Chrome Extension boilerplate

  • Used ReactJs to write chrome extension
  • Injecting extension to host page as content script
  • Utilized the Chrome messaging API
  • Isolated extension CSS using Iframe

Installation

Make sure you have latest NodeJs version installed

Clone repo

https://github.com/janeon/honors-plugin.git

Run

yarn install

Now build the extension using

yarn build

You will see a build folder generated inside the repo / project's home directory (honors-plugin)

Adding the extension to Chrome

In Chrome browser, go to chrome://extensions page and switch on developer mode. This enables the ability to locally install a Chrome extension.

Now click on the LOAD UNPACKED and browse to honors-plugin\build , this will install the app as a Chrome extension.

When you go to Stack Overflow's ask page and click on extension icon, the injected page will toggle.

License

The repo is available as open source under the terms of the MIT License.

About

Chrome sidebar to provide question-editing help to Stack Overflow users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published