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
公式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
Eメール [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
}