Detect if running in chrome frame
$ component install timoxley/ischromeframe
$ npm install ischromeframe
var ischromeframe = require('ischromeframe')
console.log(ischromeframe) // => true | false
var ischromeframe = require('ischromeframe/ischromeframe')
console.log(ischromeframe()) // => true | false
MIT