-
Notifications
You must be signed in to change notification settings - Fork 4
Chrome Google Bookmarks extension
solo123/gbm_plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Google Chrome: Google Bookmark Extension ======================================== Chrome extension for convenient sync bookmarks by using Google Bookmarks. Very simple and easy to use but usefull. Thanks for using and be happier ;-) Any comments and suggestions are welcome! Source Code: http://github.com/solo123/gbm_plugin Ref: 1) Javascript OOP: https://developer.mozilla.org/en/Introduction_to_Object-Oriented_JavaScript 2) Chrome extension: http://code.google.com/chrome/extensions/ 3) Google bookmarks API: http://lnkr.mobi/bm/google_bookmarks_api/ TODO: ... Update history -------------- v3.2 (2010.05.14) 1. change backgound.js to oo and add tests. v3.1 (2010.05.13) 1. google bookmarks api changed to https. 2. fix duplicates in auto-complete. v3.0 (2010.02.05) 1. Change to oo javascript of agility; 2. dynamic tab position. users can config the prefer tab to show first. v2.4 (2010.02.02) 1. Fix bug on options page. v2.3 (2010.02.01) 1. Labels autocomplete in Add & Edit pages. 2. Add Options page. 3. Bug on Edit Bookmark. v2.2 (2010.01.29) 1. Labels and bookmarks sort by name. using toUpperCase(). 2. Solve sometime cannot reload bookmarks. when reload, ajax.abort() previous first. 3. Seems google changed add & edit popup option. Implemented Add&Edit pages. 4. Import chrome's bookmarks into google bookmarks. by xml post method. v2.1 (2010.01.17) 1. labels cloud can scroll now. v2.0 (2010.01.09) 1. JqueryUI. 2. search bookmarks by regular expression. 3. multi-labels select. 4. save popup state in background. v1.23 (2009.12.29) 1. css. 2. code refactor. v1.20 (2009.12.26) Jimmy Liang 1. add bookmark default into current label. 2. save the current state when the popup off. 3. delete bookmark. 4. add tooltips to show bookmarks detail. v1.0 (2009.12.24 Xmas eve. for fun) Jimmy Liang 1. Using Jquery to make javascript simpler. 2. Using background.html to read google bookmarks' xml. popup only retrieve data from background, no need read from internet. User can click "Reload" any time needed. 3. Add an "ALL" label on the end of the labels to show all bookmarks together, for easier to find and find out reduplicate bookmarks. 4. Add a loading indicator. 5. Auto ajust div to show bookmarks and scroll.
About
Chrome Google Bookmarks extension
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published