标签: javascript google-chrome-extension
假设我有一个chrome扩展目录,其中包含manifest.json,popup.html,popup.js,logo.png以及另一个名为temp.txt的文件。如果我想通过单击popup.html上的按钮将temp.txt重命名为hello.txt,我该怎么做popup.js?