convert chrome. to browser. Issue #165 #166 (#262)

* convert chrome. to browser. Issue #165

* fix browser-polyfill

* convert chrome.* to browser.* (#166)

* convert chrome.* to browser.*

* change chrome to browser

* change the callback-style to promise-style

* change the callback-style to promise-style
This commit is contained in:
Maxim Zalata
2017-09-12 01:23:41 +03:00
committed by wbamberg
parent 8daa8b29c2
commit f369ddc642
5 changed files with 7 additions and 7 deletions

View File

@@ -10,4 +10,4 @@ All it does is:
It shows:
* how to use chrome.commands to register keyboard shortcuts for your extension.
* how to use browser.commands to register keyboard shortcuts for your extension.