Enable website display in iframe
解决网站不能在iframe里面显示的问题
什么是Enable website display in iframe?
Enable website display in iframe是由ExpCloud开发的Chrome扩展程序,该扩展的主要功能是“解决网站不能在iframe里面显示的问题”。
扩展截图
下载Enable website display in iframe扩展crx文件
下载Enable website display in iframe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
解决一些网站不能在iframe里面显示的问题
扩展基本信息
名称 | |
ID | licmcfjfdpnpdhncdbepjfikdngohjcn |
官方URL | https://chrome.google.com/webstore/detail/enable-website-display-in/licmcfjfdpnpdhncdbepjfikdngohjcn |
简介 | 解决网站不能在iframe里面显示的问题 |
文件大小 | 4.04 KB |
安装次数 | 50 |
当前版本 | 1.1 |
更新时间 | 2018-07-20 |
上架时间 | 2018-07-20 |
开发者 | ExpCloud |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable website display in iframe", "version": "1.1", "description": "\u89e3\u51b3\u7f51\u7ad9\u4e0d\u80fd\u5728iframe\u91cc\u9762\u663e\u793a\u7684\u95ee\u9898", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "icon.png" ], "manifest_version": 2 } |