Go Back   Google Chrome Forums > Google Chrome > Chrome Plugins


http://chromeplugins.org/frwrdicon.jpg
Top Tip : Click here to Boost Your PC & Chrome Browsing Speed
Reply
 
Thread Tools Display Modes
  #1  
Old 06-17-2009, 09:21 AM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 454
Default New Extension: Chrome Sticky Notes

Suggested by..I think Kyrax in the comments of the requesting extensions blog entry, I've finished a simple notepad for Chrome.
It adds a little notebook icon to the toolstrip, click it to open the sticky note.
Clicking it again will save your text and close the sticky note.
If you wish to close the sticky note without saving, use the Quit button on its window. This application is intended to not have a title bar, but Chrome bypasses that option in window.open.. so if you want it to remember the window position, click inside the window (anywhere but the buttons) to drag the window. (Fixed in 1.1)
The icon will show if you have text in there or not.

Here is the download: http://logicplace.com/pc/projects/ch...ky%20Notes.crx

~ UPDATES ~
1.2:
* Updated for Chrome 3.0.195.1. No more inner notes on chrome:// (or about: ) pages.
* Bug Fix: Now deletes Content Script connections when the corresponding tab closes. Should solve the memory issue..
1.1:
* Added preferences! You can set the background (top) and foreground (bottom) colours of the textbox. (It will invert these colours for the window skin).
* Added the option of opening the sticky note inside the window instead of in a new window. This is good for when switching back and forth between windows is too tedious. *cough cheating at memory games cough* Click the note button on the toolstrip to close the internal window and save its contents. I will add save/quit buttons to the internal window later probably.
* You can switch between modes (external or internal) by clicking the middle icon on the toolstrip. means you're using external notes. means you're using internal notes.
* Click the coloured squares on the right of the toolstrip to open the colour selector. You will have a choice between ten pre-set colours or the ability to add your own HTML colour code (#RRGGBB).
* If you have your internal notes open, it will switch tabs/windows as you do. (This includes the dev tools window..^^; )
* Internal notes will NOT work on the new tab page, nor will they work on chrome-extension:// pages. It only works on http:// https:// and chrome:// (including about: ) protocols.
* Internal notes can NOT be placed on top of swf objects, or other objects controlled by plug-ins such as java or o3d (probably).
* There is currently a weird bug in chrome that will sometimes not load content scripts for remembered tabs. So if your internal notes aren't working on a start page, try refreshing the tab.
* Internal notes will not work very well if on duplicate tabs (ie. different tabs with the same url). I don't see this as much of an issue, though I plan to fix it in the next release.
* Resize internal notes by clicking and dragging the appropriate side (<--> or ^|v).
* Added another button to the [external] sticky note to open all URLs in the current selection. I didn't want to figure out how to make links in a textarea clickable, so I just did this instead. If no text is selected, it will use the whole body. And don't worry, it will ignore any text that's not a URL.
* Bug fix: You can now drag the window by the title bar and the window position will be saved. (Yay I found the variable that controls that. )
* Bug fix: Window is now resizable if it wasn't before. To be honest, I don't remember.
* Bug fix: Now with multiple windows open, the different toolstrips will control the same sticky note window instead of individual ones.
* Improvement: OH LOL YOU CAN ACCESS YOUR OPENER'S/WINDOW'S SCOPE DIRECTLY. *facepalm*

Last edited by Waha; 07-24-2009 at 03:06 AM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 06-17-2009, 11:56 AM
Senior Member
 
Join Date: Apr 2009
Location: Qc, Canada
Posts: 495
Default

Wow, nice .. that was some quick job !
And an excellent one too

As usual, I gotta ask.. how do you save the content of the notepad ?
EDIT2 : I couldn't wait, so I checked your code. Cookies ! Nice !

Some enhancements suggestions :
More customization options
- Have the possibility to change the background color (and save it)
- Change the font, text color
- Automatically detect hyperlinks and make them clickable

Thanks a lot Waha.. you are my new hero !
(Sorry Stamga )

EDIT : This has to be featured on the blog.
__________________

ChromeGestures

Last edited by Kyrax; 06-17-2009 at 12:00 PM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 06-17-2009, 12:11 PM
Member
 
Join Date: May 2009
Posts: 80
Default

Suggestions:
- remove classic buttons and make smaller ones on the top right corner of the note screen. - leave only the colored part of the note
- make it smaller in size (or resizable)
- is it possible to put the button near the adress bar at the top, and not at the bottom ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 06-17-2009, 01:11 PM
Luc VN's Avatar
Senior Member
 
Join Date: Sep 2008
Location: Belgium - Europe
Posts: 635
Default

Waha, beware of these guys !

You give them a hand and they take your elbow and shoulder too...

Great stuff btw !!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 06-17-2009, 01:47 PM
Senior Member
 
Join Date: Apr 2009
Location: Qc, Canada
Posts: 495
Default

Waha is a robot, he can handle it
__________________

ChromeGestures
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 06-17-2009, 02:30 PM
Chrome's Avatar
Administrator
 
Join Date: Sep 2008
Posts: 321
Default

bygee.. indeed you are a robot. I have seen a lot of great posts from Waha recently, you should be making better titles and description though.. I am featuring this on the blog..
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 06-17-2009, 11:17 PM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 454
Default

Thanks for the responses all. :]
And Chrome I'm not very good at titles..or names..feel free to edit my titles. lol

Quote:
Originally Posted by alinescoo View Post
Suggestions:
- remove classic buttons and make smaller ones on the top right corner of the note screen. - leave only the colored part of the note
- make it smaller in size (or resizable)
- is it possible to put the button near the adress bar at the top, and not at the bottom ?
If you mean the title bar, I tried, Chrome wouldn't get rid of it. The only way I could get rid of it would be by making it a faux window inside the current page, which I might actually do.
I can probably make it resizable though.
I could put the buttons near the top but I don't know that I want to. :] I could potentially make it an option.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 06-18-2009, 02:51 AM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 454
Default

All my extensions have been updated for 3.0.189.0, and the downloads will no longer work on earlier versions.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 06-18-2009, 06:38 AM
Chrome's Avatar
Administrator
 
Join Date: Sep 2008
Posts: 321
Default

Hi,

can u give the new download links? I dont think you have given the new version link.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 06-18-2009, 07:47 AM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 454
Default

Quote:
Originally Posted by Chrome View Post
Hi,

can u give the new download links? I dont think you have given the new version link.
It's the same link as above.
...oh wow totally didn't notice my original download link was edited. lol
http://logicplace.com/pc/projects/ch...ky%20Notes.crx

Quote:
Originally Posted by Kyrax View Post
Wow, nice .. that was some quick job !
And an excellent one too

As usual, I gotta ask.. how do you save the content of the notepad ?
EDIT2 : I couldn't wait, so I checked your code. Cookies ! Nice !

Some enhancements suggestions :
More customization options
- Have the possibility to change the background color (and save it)
- Change the font, text color
- Automatically detect hyperlinks and make them clickable

Thanks a lot Waha.. you are my new hero !
(Sorry Stamga )

EDIT : This has to be featured on the blog.
Oop, didn't see your edits.
Yeah I can probably do those. Too bad you can't make a right-click menu on your toolbar. Would make that easier to be implemented in a way that would look nice.
I don't know about the hyperlinks one, I don't know if I can put hyperlinks directly in a textarea. I could see how TinyMCE does it but that thing is one hell of a piece of code.

Last edited by Waha; 06-18-2009 at 07:52 AM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Similar Threads
Thread Thread Starter Forum Replies Last Post
DblClickDial - a new chrome extension foosy Chrome Plugins 12 07-23-2009 10:00 PM
Chrome dev updates and release notes Kyrax Chrome Talk 4 05-16-2009 08:23 PM
Chrome extension is on CNet jackstanley Chrome Plugins 0 05-14-2009 06:56 PM
Chrome extension and ressource xml Kyrax Chrome Tech 0 04-14-2009 03:26 PM
Sync Bookmarks, Write Notes, Grab Videos, Images, or Live Interactive Sections. . . bdang Chrome Plugins 2 02-04-2009 04:46 PM




Chrome Central - Chrome Talk - Chrome Tips and Tricks - Chrome Plugins - Chrome Themes - Chrome Tools - Bugs and Vulnerabilities - Chrome Tech - General Chat


All times are GMT. The time now is 12:11 PM.


Powered by vBulletin® Version 3.7.4 PL1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Google Chrome and Google™ is a Trademark of Google Inc
This site chromeplugins.org is not affiliated with or sponsored by Google Inc.
Thanks: Taree SEO Forum and John