Enable website display in iframe

解决网站不能在iframe里面显示的问题

什麼是Enable website display in iframe?

Enable website display in iframe是由ExpCloud開發的Chrome擴展程式,該擴展的主要功能是“解决网站不能在iframe里面显示的问题”。

擴展截圖

screenshot

下載Enable website display in iframe擴展crx文件

下載Enable website display in iframe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        解决一些网站不能在iframe里面显示的问题                    

擴展基本資訊

名稱 Enable website display in iframe Enable website display in iframe
ID licmcfjfdpnpdhncdbepjfikdngohjcn
官方網址 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
}