Google Chrome extensions using manifest_version: 2 are restricted from using eval or new Function. All of the JavaScript templating librar
manifest_version: 2
eval
new Function
https://developer.chrome.com/extensions/sandboxingEval
Not sure when it was added, but you can do Firefox style sandboxing in Chrome now. I'm porting my Firefox extension, so I need this (since I don't have evalInSandbox :P)