Extensions Developers
you are encourage to post your extensions to Chrome Extensions in addition to posting your extensions to the Forum
This is a discussion on Extensions Developers within the Plugins Development section, part of the Chrome Plugins category: Extensions Developers you are encourage to post your extensions to Chrome Extensions in addition to posting your extensions to the ...
Extensions Developers
you are encourage to post your extensions to Chrome Extensions in addition to posting your extensions to the Forum
Hi!
I'm new in chrome extensions and I would like to write an extension that does the following: when I click on an icon in the toolbar a new tab is created and a specified page is loaded. I found a browser action for creating popup but I would like the new tab version instead. Could anyone help me?
Is't that called a bookmark?
Thank you for your reply. I tried to find something on the net about bookmarks for chrome extensions but without much success. Could you please tell me where can I find any documentation related to this topic.
Thanks in adavance!
= Bookmarkwhen I click on an icon in the toolbar a new tab is created and a specified page is loaded.
@ildi
This is how I've got my extensions bookmarked ...
Thanks for all the replies. But I think you didn't exactly understood what I meant. I want to write an extension similar to that you find in tutorials for Twitter (here http://www.switchonthecode.com/tutor...-google-chrome) for a Romanian blog. My problem is that "Toolstrip" doesn't exist in my new version of Chrome and I don't know how to replace that part with "browser action" to appear the blog's login page in a new tab when I click on the icon on the toolbar. Could you help me in this?
It's a new game, sounds like fun and it is called:
"Guess the real meaning behind the posters question!"
Thanks guys for the reply. That documentation is quite helpful. I think I have found what I needed (can use chrome.tabs to create new tab). I only need to figure out how to make the necessary modification. Hope I gonna make it!