contextinator
contextinator copied to clipboard
Organize your web browsing into projects
Note: I am currently not actively developing this project.
Contextinator
Organize your web browsing into projects and manage all of their related information.
How to contribute?
Look up the Issues to see things that need to be fixed or feature ideas. Else, go ahead and implement your crazy ideas!
Setting up Development Environment:
-
Run
bundle installfrom the chrome folder. -
Run
guardfrom/chrometo watch changes to.lessand.handlebars. -
For CSS, we are using Less. Edit
.lessfiles, and they are automatically compiled to.css. -
For templating, we are using Handlebars. Edit
.handlebarsfiles and they are automatically compiled to.js.
Code Structure
/websitecontains the code for the Contextinator website./iconscontains the source files for the Contexinator Icon./chromecontains the source code for the Chrome extension./lib: Third party JavaScript Libraries/utils: Functions and objects reused across the extension./background: Event Pages/browserAction: Browser Action popup/content: Content Script/jumper: Quick Switcher/home: Project Homepage/overview: Projects Overview
License
Dual licensed under the GPL and MIT Licenses.