Results 1 to 3 of 3

This is a discussion on Get url before url loaded... within the Plugins Development section, part of the Chrome Plugins category: Hi All, I want url which we enter in chrome before its navigation complete or before it is loaded. Is ...


  1. #1
    pornima is offline Junior Member
    Join Date
    Jan 2010
    Posts
    13

    Smile Get url before url loaded...

    Hi All,

    I want url which we enter in chrome before its navigation complete or before it is loaded.
    Is is possible using NPAPI or Google chrome extension?
    Please give me some reference if anyone tried it before..

    Thanks & Regards,
    Sheetal..

  2. #2
    Skymt is offline Junior Member
    Join Date
    Nov 2009
    Posts
    20

    Default

    Maybe you can subscribe to the "onCreated" event, and read the url from there..?

    http://code.google.com/chrome/extensions/tabs.html

  3. #3
    pornima is offline Junior Member
    Join Date
    Jan 2010
    Posts
    13

    Default

    Quote Originally Posted by Skymt View Post
    Maybe you can subscribe to the "onCreated" event, and read the url from there..?

    http://code.google.com/chrome/extensions/tabs.html
    Hi,

    Thanks , i get url using event chrome.tabs.onUpdated.

    Regards,
    Sheetal

Similar Threads

  1. Event when x element is loaded
    By noctourne in forum Plugins Development
    Replies: 6
    Last Post: 08-01-2009, 10:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •