Closed hye closed 6 years ago
I added a shortcut for extension toby chrome-extension://hddnkoipeenegfoeaoibdmnaalmgkpip/toby.html
chrome-extension://hddnkoipeenegfoeaoibdmnaalmgkpip/toby.html
It will open correctly in Minimo's Popup, but not in new-tab-page.html.
I may found why, popup treat the URL with chrome.tabs.create while new tab page just as a html link.
chrome.tabs.create
Alright, looks like a bug to me! Will fix for next release 🙂
Thank you!
This issue has been resolved and the fix will be released soon! 👍
I added a shortcut for extension toby
chrome-extension://hddnkoipeenegfoeaoibdmnaalmgkpip/toby.html
It will open correctly in Minimo's Popup, but not in new-tab-page.html.
I may found why, popup treat the URL with
chrome.tabs.create
while new tab page just as a html link.