Enable website display in iframe

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

Enable website display in iframe là gì?

Enable website display in iframe là một tiện ích mở rộng Chrome được phát triển bởi ExpCloud, và tính năng chính của nó là "解决网站不能在iframe里面显示的问题".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enable website display in iframe

Tải xuống các tệp mở rộng Enable website display in iframe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enable website display in iframe Enable website display in iframe
ID licmcfjfdpnpdhncdbepjfikdngohjcn
URL Chính Thức https://chrome.google.com/webstore/detail/enable-website-display-in/licmcfjfdpnpdhncdbepjfikdngohjcn
Mô tả 解决网站不能在iframe里面显示的问题
Kích Thước Tệp 4.04 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-07-20
Ngày Phát Hành 2018-07-20
Nhà Phát Triển ExpCloud
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}