Skip to content

A Google Chrome Extension that replaces the official New Tab page with a beautiful to-do list.

License

Notifications You must be signed in to change notification settings

jasantunes/Tabula

Repository files navigation

Try it now in Crome Web Store

Tabula

A Google Chrome Extension that replaces New Tab with a beautiful TODO list.

I've started this project to learn a bit of frontend programming (javascript, css, angularjs) and because I wanted a nice TODO list manager. I was inspired by the beautiful design ans simplistic approch of the chrome extension Momentum. However, I wanted a more complete TODO manager, in particular the ability to log finished TODO items--a sort of personal tracking system.

Contribute

If you like Tabular and you'd like to improve it, embrace the open source spirit, clone the git repository, change it, tweak it, and make it even more awesome.

See https://developer.chrome.com/extensions/getstarted

Publish

Instructions on how to prepare and package the extension before submitting it to the Chrome Web Store.

Update code:

  1. Update version in manifest.json file.
  2. Update changelog: github_changelog_generator -u jasantunes -p tabula --simple-list --future-release <new_version>
  3. Update tag: git tag <new_version>
  4. Merge code: git push --tags

Update Chrome Web Store 5. Package extension: zip -r Tabula.zip * -x screenshots/* -x *.zip -x *~ 6. Upload Tabula.zip to Chrome Web Store

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

LICENSE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A Google Chrome Extension that replaces the official New Tab page with a beautiful to-do list.

Resources

License

Stars

Watchers

Forks

Packages

No packages published