terrycojones / tabsanity

A chrome extension to check that tab ids passed around by the chrome.tabs api are as expected

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabsanity

Checks that Chrome tab ids aren't doing anything alarming. If they are, you'll get a browser alert.

See http://blogs.fluidinfo.com/terry/2012/12/19/a-chrome-extension-for-examining-tab-events-and-ids/ for some background on this extension.

Installation from a bundled .crx file

You should be able to easily install the extension by visting https://fluiddb.fluidinfo.com/about/tabsanity/fluidinfo.com/chrome.crx

Installation from source

  • Download the repo: git clone http://github.com/terrycojones/tabsanity
  • In chrome, go to chrome://extensions
  • Click on Developer mode
  • Click on Load Unpacked Extension...
  • Navigate to the directory where you cloned the repo and click Open

About

A chrome extension to check that tab ids passed around by the chrome.tabs api are as expected

License:Other


Languages

Language:JavaScript 68.1%Language:Python 19.5%Language:Shell 12.4%