Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1 KB

README.md

File metadata and controls

29 lines (22 loc) · 1 KB

WebsiteIP

A chrome extension which shows the IP of the website you are viewing at the bottom right corner.

It is intended for developers and techicians.
It's simple, but it solves your problems and saves your ass.

TODOs

This fork plans to clean up the code and add some features (strikethroughs are done).

  • Copy IP to clipboard --- raised by the original author Craig Thomas. I am thinking of binding it to a shortcut key.
  • Things that ought to be configurable:
    • all_frames : show IP on all frames or only the top frame?
    • run_at : document_start or document_end?
    • the div : show on the left or the right by default? with exceptions?
  • Remove the popup. Just use different icons.
  • Not sure if this is doable, but I want the IP still showed if I press 'Esc' when the page is loading (TCP reset).

Project page

http://tinybigideas.com/browser-extensions/website-ip/
Credits to Craig.