Add initial chrome.i18n.getMessage API

This commit is contained in:
Kevin Sawicki 2016-06-07 15:34:17 -07:00
commit 84960af793
4 changed files with 41 additions and 0 deletions

View file

@ -199,4 +199,6 @@ exports.injectTo = function (extensionId, isBackgroundPage, context) {
setPopup () {},
getPopup () {}
}
chrome.i18n = require('./extensions/i18n.js')
}