作者:手机用户2602931615 | 来源:互联网 | 2023-05-18 13:27
ImbuildingachromeextensionwritteninTypeScript.ImusingWebStormandIaddedthechrome-Def
I'm building a chrome extension written in TypeScript. I'm using WebStorm and I added the chrome-DefiniteltyTyped
library in my project.
我正在构建一个用TypeScript编写的chrome扩展。我正在使用WebStorm,我在项目中添加了chrome-DefiniteltyTyped库。
However, when I write this in my typescript code : chrome.extension.getURL
I got an error : cannot find name 'chrome'
.
但是,当我在我的打字稿代码中写这个:chrome.extension.getURL我收到一个错误:找不到名字'chrome'。
Because of this, my Javascript file is not generated and I cannot use it in my extension.
因此,我的Javascript文件未生成,我无法在我的扩展程序中使用它。
Do you guys have any solution?
你们有什么解决方案吗?
2 个解决方案