Add initial chrome.i18n.getMessage API
This commit is contained in:
parent
a3899f17f9
commit
84960af793
4 changed files with 41 additions and 0 deletions
|
@ -199,4 +199,6 @@ exports.injectTo = function (extensionId, isBackgroundPage, context) {
|
|||
setPopup () {},
|
||||
getPopup () {}
|
||||
}
|
||||
|
||||
chrome.i18n = require('./extensions/i18n.js')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue