На моей странице iframe создается с пустым src. И я вставляю chrome.runtime.sendMessage(appId, option, callback) в iframe. Но получил ошибку: chrome.runtime не определено.
chrome.runtime.sendMessage(appId, option, callback)
chrome.runtime
Поскольку у content script есть опора match_about_blank (см. https://developer.chrome.com/extensions/content_scripts#match_about_blank) Как мне достичь в externally_connectable? (официальный документ: https://developer.chrome.com/apps/manifest/externally_connectable)
content script
match_about_blank
externally_connectable