https://github.com/capJavert/clippy
Clippy MS Word Office asistant is now back to assist inside your browser!
https://github.com/capJavert/clippy
add-on add-ons-for-firefox browser-extension chrome-extension extension javascript web-extension
Last synced: about 1 year ago
JSON representation
Clippy MS Word Office asistant is now back to assist inside your browser!
- Host: GitHub
- URL: https://github.com/capJavert/clippy
- Owner: capJavert
- License: mit
- Created: 2018-06-16T13:50:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T00:58:18.000Z (over 1 year ago)
- Last Synced: 2025-04-02T11:36:34.156Z (about 1 year ago)
- Topics: add-on, add-ons-for-firefox, browser-extension, chrome-extension, extension, javascript, web-extension
- Language: JavaScript
- Homepage: https://clippy.kickass.website
- Size: 2.32 MB
- Stars: 27
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Clippy
[](https://chrome.google.com/webstore/detail/clippy/oaknkllfdceggjpbonhiegoaifjdkfjd)
[](https://addons.mozilla.org/en-US/firefox/addon/clippy-assistant/)
[ðŸ‡ðŸ‡· Started in Croatia](https://startedincroatia.com)
Clippy MS Word Office asistant is now back to assist inside your browser!

## 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:
- Chrome: https://developer.chrome.com/extensions/getstarted
- Firefox: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Your_first_WebExtension
- Opera: https://dev.opera.com/extensions/basics
### 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
- Smore Inc. (https://github.com/smore-inc/clippy.js) - JS recreation of classic MS Word assistant