Skip to content

capJavert/clippy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Clippy

Chrome Web Store Mozilla Add-on Build Status Coverage Status

🇭🇷 Started in Croatia

Clippy MS Word Office asistant is now back to assist inside your browser!

alt text

Features

  • Adds Clippy assistant to every page
  • You can enable/disable assistan globally through icon in toolbar
  • On selected sites Clippy will show useful but mostly funny comments (checkout Contribute section)

The code

You can pack this code into your custom extension for any major browser. These browsers are officially supported:

  • Chrome
  • Firefox (57+)
  • Opera

Consult these links for guids on how to develop, test and pack extensions:

Setup the code

$ git clone https://github.com/capJavert/clippy.git
$ cd clippy
$ npm install

Contribute

Clippy fetches comments from my personal repository file: https://github.com/capJavert/clippy-dictionary/blob/master/clippy.json - Feel free to contribute new comments for your favorite sites by making a pull request

  • Entries are filled in format "keyword": "comment"
  • For example sitename for github.com would be 'github', but it could also be "com" which would add this comment for all sites containing ".com" in URL
  • You can also define an array of comments like "keyword: ["comment1", "comment2"]
  • If there are multiple comments for the same site Clippy will pick a random one
  • I will try to merge any pull requests on regular basis
  • Feel free to build and install your own version of Clippy if you don't want to wait for next update

Credits