// 右键 // var menuItem = { // "id":"ida", // "title":"不要点击", // } // chrome.contextMenus.create(menuItem) // document.getElementById('btn').onclick = function () { // } // window.onload = function(){ // chrome.tabs.executeScript({ // file: 'js/content.js' // }) // } // 1.访问一个网络文件 // version // 访问 // 访问网络文件 function init(res) { document.body.style.width = res.width document.body.style.height = res.height } window.onload = ()=>{ chrome.storage.sync.get({ config: '' }, (item) => { let config = JSON.parse(item.config) init(config.popup) }) updateConfig() } // popup.width // 网络请求 // 1.查看线上版本号 // 2.和本地比对,不一样,本地config 全部替换 // 3.操作更改