https://github.com/dutchcoders/eight-spice-chrome
Chrome extension to extend each website the way you want.
https://github.com/dutchcoders/eight-spice-chrome
Last synced: 4 months ago
JSON representation
Chrome extension to extend each website the way you want.
- Host: GitHub
- URL: https://github.com/dutchcoders/eight-spice-chrome
- Owner: dutchcoders
- License: mit
- Created: 2013-12-09T12:30:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T10:27:34.000Z (over 11 years ago)
- Last Synced: 2024-12-27T09:12:40.790Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 738 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
animated-octo-spice
===================Animated octo spice is a chrome extension that allows you to customize every website the way you want using css and javascript.
Examples
* change font size
* change layout
* add social buttons
* implement key navigation
* but also implement smart typing
* improve performance
* create graphs from table's
* create a complete new theme for an existing website
* everything you can think ofRepository
Animated octo spice uses a github repository with several sample extensions. You're encouraged to create your own extensions and push them to the repository.https://github.com/nl5887/animated-octo-spice-repository/
How does it work?
The extension will inject the installed and updated js and css in the context of the website. This allows the css to overrule any styling, and the js to interact within the website context.What's the difference with normal chrome extensions?
We are encouraging to fork and extend the extensions within the repository.