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

相关推荐
遗憾随她而去.2 分钟前
Java学习(一)
java·开发语言·学习
之歆8 分钟前
DAY12_CSS3选择器全攻略 + 盒子新特性完全指南(下)
前端·javascript·css3
kyriewen1110 分钟前
代码写成一锅粥?3个设计模式让你的项目“起死回生”
开发语言·前端·javascript·设计模式·ecmascript
陌路物是人非11 分钟前
记一个controller入参为null的奇怪问题
java·开发语言
陈天伟教授13 分钟前
AI 未来趋势:产业应用范式之变
大数据·开发语言·人工智能·gpt
光影少年15 分钟前
react函数组件、类组件、纯组件、受控/非受控组件
前端·react.js·掘金·金石计划
程序员包打听15 分钟前
MoonBit 是什么?给第一次听说这门语言的你
前端·后端
Rkgua22 分钟前
CSS动画效果
前端·css
Han.miracle22 分钟前
Java IO 流编程实战
开发语言
Rkgua28 分钟前
Flexbox 与 Grid 布局
前端·css