Note: I am currently not actively developing this project.
Organize your web browsing into projects and manage all of their related information.
Look up the Issues to see things that need to be fixed or feature ideas. Else, go ahead and implement your crazy ideas!
-
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.
/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
Dual licensed under the GPL and MIT Licenses.