Open bingoogolapple opened 1 month ago
const pluginBackgroundArr = [ 'loadTimes', 'csi', 'action', 'alarms', 'clipboard', 'contextMenus', 'cookies', 'dom', 'extension', 'i18n', 'idle', 'management', 'notifications', 'offscreen', 'permissions', 'runtime', 'scripting', 'sidePanel', 'storage', 'tabs', 'userScripts', 'windows', ]
const pluginPageArr = [ 'loadTimes', 'csi', 'action', 'alarms', 'clipboard', 'contextMenus', 'cookies', 'dom', 'extension', 'i18n', 'idle', 'management', 'notifications', 'offscreen', 'permissions', 'runtime', 'scripting', 'sidePanel', 'storage', 'tabs', 'userScripts', 'windows', ]
pluginBackground 和 pluginPage 的 chrome 第一层级属性一样
plugin-offscreen,只有 runtime
只有 runtime
page 比 background 多个两个接口
chrome 第一层级属性
pluginBackground 和 pluginPage 的 chrome 第一层级属性一样
plugin-offscreen,
只有 runtime