Skip to content

Latest commit

 

History

History
121 lines (73 loc) · 5.81 KB

README.md

File metadata and controls

121 lines (73 loc) · 5.81 KB

Dewey. Better Chrome Bookmarks.

Dewey is a Chrome app for tagging, searching and sorting your Chrome bookmarks.

With Dewey you can:

Donate

Help us to switch to more powerful server (we are using it to generate screenshots).

PayPal

PayPal

Bitcoin: 1gyn9f44ha99srgllwggk5mzysax3bpesw

bitcoin:1gyn9f44ha99srgllwggk5mzysax3bpesw

screenshot

Creators

Denis Gladkikh - Development

Jamie Wilson - Design

Artem Grygor - Development

screenshot

Dewey organizes your bookmarks into a grid that continues to load as you scroll down. The layout is also fully responsive, so it still works well even if you need to use a narrow browser window.

screenshot

You can use the arrow or tab keys to navigate through your bookmarks. Hit enter to launch the selected link.

screenshot

Clicking on the Title of a bookmark will bring up this edit window where you can edit the title, url and add custom tags. You can also delete a bookmark from Chrome.

screenshot

There are several ways to search your bookmarks with Dewey:

  1. A standard search returns anything with that word in the Tag, Title or URL.
  2. Add tag: before a word to limit results that have that specific tag applied.
  3. Add title: before a word to limit results to titles that contain that word.
  4. Add url: before a word to limit results to URLs that contain that word.

screenshot

There is also an option for Dewey to ignore Chrome Bookmarks top-level folders. Dewey will treat these folders as tags, but since Chrome's default is to put all bookmarks saved from your browser into "Other Bookmarks", we thought you might like Dewey to ignore those altogether.

Install on the Chrome Web Store

install

Get Help or Contribute

Please submit issues, bugs, improvements, feature requests, etc. on our issues page. Or fork Dewey and create your own features. Send us pull requests!

It would be helpful if we could occasionally email you questions about Dewey. If you're interested, please subscribe to our mailing list.

subscribe

Icons

All icons used in this application are released to the public with No Copyright (CC0 1.0 Universal (CC0 1.0) Public Domain Dedication).

icons

Feel free to use these icons for whatever you want. But if you'd like to help us out, any attribution and/or reference to Dewey would be greatly appreciated.

Download - one Adobe Illustrator file with all icons

Built with…

To build this application we used following Open Source libraries and resources:

License

Apache License, Version 2.0


Changelog

  • 2.0.2 (February 12 2014) - Update CSS styles to Dewey thumbnails.
  • 2.0 (February 11 2014) - Redesign, rebranding. First Dewey version.
  • 1.1.2 (October 30 2013) - Use bookmarks url as identity instead of id (each chrome installation has it is own identities). Chrome storage has limitation on item size, changed the way I store custom tags in storage, split it by chunks.
  • 1.1.1 (October 29 2013) - Fix issue #1.
  • 1.1 (October 28 2013) - Updated bookmark edit dialog with options to edit title, custom tags and delete bookmark.
  • 1.0 (October 13 2013) - Ready for use first version of application in Chrome Web Store.
  • 0.1 (September 27 2013) - First prototype on Seattle Google Developer Groups Dev Fest 2013. (second place)