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

相关推荐
人大博士的交易之路8 分钟前
数据结构算法——python数据结构
开发语言·数据结构·python
Han_han91911 分钟前
面向对象高级 继承(extends):
开发语言·python
我是伪码农13 分钟前
HTML和CSS复习
前端·css·html
林恒smileZAZ15 分钟前
前端实现进度条
前端
前端老石人18 分钟前
邂逅前端开发:从基础到实践的全景指南
开发语言·前端·html
阿珊和她的猫27 分钟前
以用户为中心的前端性能指标解析
前端·javascript·css
木心术127 分钟前
OpenClaw网页前端开发与优化全流程指南
前端·人工智能
Amumu1213828 分钟前
HTML5的新特性
前端·html·html5
SeSs IZED34 分钟前
【Nginx 】Nginx 部署前端 vue 项目
前端·vue.js·nginx
叫我一声阿雷吧43 分钟前
JS 入门通关手册(36):变量提升、暂时性死区与块级作用域
javascript·变量提升·暂时性死区·tdz·块级作用域· 前端面试