On Tue, May 5, 2009 at 4:00 PM, tkapler <[email protected]> wrote:
> > thank you, i have made my first (and i think very interesting) > extension (not yet publicly available, need to write some text about > it, probably end of week). > > I got only problem with that python script, will need to download > windows python library, it would be nice if they would support also > standardly zipped and renamed files, i do not know why they did it so > that it need special application :-( The python script is temporary. We'll likely just add a special flag to chrome.exe to create a crx rather than using a python script. > I still got problems with toolstrips - it seems they are not yet > properly implemented - e.g. you have to open bookmarks (ctrl+B) to > open it, but you are then unable to turn it of with another ctrl+b. The functionality you're describing is just in the bookmarks bar. If the bookmarks bar toggle isn't working for you, please file a bug with repro steps (it's definitely working for me). The other problem is that it is positioned to the top left position of > browser area - not viewport, so it is above the tabs ... I don't understand what you're saying here. Maybe a screenshot would help explain the problem you're running into. Is is shame > it is probably not possible to put some icon on the address toolbar. You mean like this? http://dev.chromium.org/developers/design-documents/extensions/page-actions-api (not yet released I should note) Again there is also very limited documentation, e.g. about that > placement of the toolstrip and it's starting, or how can it interact > with currently opened page. > Yes, it's still early on. Unfortunately, docs will come along slowly as we work on this, and things are still likely to change quite a bit. To your specific questions: - We don't currently have any control of the toolstrip positioning (other than width which you can change dynamically) - Take a look at content scripts for interacting with the current page. Your toolstrip can send messages to a content script on the current page. Erik --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
