isolated world in chrome extension -- JS | chrome extension

Introduction

According to chrome extension,

html 复制代码
An isolated world is a private execution environment 
that isn't accessible to the page or other extensions. 
A practical consequence of this isolation is that JavaScript variables in an extension's content scripts are not visible to 
the host page or other extensions' content scripts. 
The concept was originally introduced with the initial launch of Chrome, providing isolation for browser tabs.

Reference

chrome extension

相关推荐
wadesir2 分钟前
Nginx配置文件CPU优化(从零开始提升Web服务器性能)
服务器·前端·nginx
牧码岛3 分钟前
Web前端之canvas实现图片融合与清晰度介绍、合并
前端·javascript·css·html·web·canvas·web前端
灵犀坠5 分钟前
前端面试八股复习心得
开发语言·前端·javascript
9***Y486 分钟前
前端动画性能优化
前端
网络点点滴8 分钟前
Vue3嵌套路由
前端·javascript·vue.js
牧码岛19 分钟前
Web前端之Vue+Element打印时输入值没有及时更新dom的问题
前端·javascript·html·web·web前端
代码游侠21 分钟前
学习笔记——数据结构学习
linux·开发语言·数据结构·笔记·学习
小二李26 分钟前
第8章 Node框架实战篇 - 文件上传与管理
前端·javascript·数据库
沐知全栈开发29 分钟前
XML 验证器
开发语言
HIT_Weston42 分钟前
45、【Ubuntu】【Gitlab】拉出内网 Web 服务:http.server 分析(二)
前端·http·gitlab