Enable website display in iframe

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

Enable website display in iframeคืออะไร?

Enable website display in iframe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ExpCloud และคุณลักษณะหลักของมันคือ "解决网站不能在iframe里面显示的问题"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable website display in iframe

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}