mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-08 08:45:14 +08:00
修复截图完毕后没有取消注入脚本问题;翻译和截图按钮点击后关闭popup
This commit is contained in:
@@ -85,6 +85,7 @@ $(function() {
|
||||
chrome.tabs.query({ active: true, currentWindow: true }, (tabs) => {
|
||||
chrome.extension.getBackgroundPage().takeScreenshot(tabs[0]);
|
||||
})
|
||||
window.close();
|
||||
});
|
||||
|
||||
// 番茄钟
|
||||
|
@@ -95,6 +95,6 @@ document.getElementById("weatherSite").onclick = function() {
|
||||
document.getElementById("transform").onclick = function () {
|
||||
console.log(chrome.extension.getBackgroundPage())
|
||||
chrome.extension.getBackgroundPage().tranBit()
|
||||
window.close();
|
||||
}
|
||||
|
||||
//翻译end
|
||||
|
Reference in New Issue
Block a user