chrome.system.cpu.getInfo(function(e){
console.log(e);
})
他
chrome.runtime.getManifest()
chrome.runtime.getPlatformInfo(function(e){console.log(e)})
chrome.system.cpu.getInfo(function(e){console.log(e);})
chrome.system.storage.getInfo(function(e){console.log(e);})
0 件のコメント:
コメントを投稿