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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        解决一些网站不能在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
이메일 [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
}