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

相关推荐
Emily1568535987016 分钟前
Emerson 1C31129G03 Analog Input Module
java·开发语言·前端·plc·emerson·1c31129g03·input module
就叫_这个吧5 小时前
Java递归方法实现面包屑导航
java·开发语言
To_OC5 小时前
面试被问了三回三栏布局,这次我终于把 BFC 那层窗户纸捅破了
前端·css·面试
fīɡЙtīиɡ ℡5 小时前
AI 应用系统设计
java·开发语言·人工智能
To_OC6 小时前
啃完 TS 工具类型我发现:Pick 和 Omit 原来就是一层窗户纸
前端·面试·typescript
今天AI了吗7 小时前
Python 基础语法(一):常量、变量、输入输出与运算符
开发语言·数据库·人工智能·python·sql·深度学习·机器学习
风月说与山鬼7 小时前
三、大括号语法
前端·react.js
kyriewen7 小时前
我把最常踩的8个CORS跨域报错整理了一遍——第8个去年还不存在
前端·javascript
TELL5217 小时前
selenium webdriver 第二次初始化的异常
开发语言·python