Enable website display in iframe
解决网站不能在iframe里面显示的问题
ما هو Enable website display in iframe؟
Enable website display in iframe هو إضافة Chrome تم تطويرها بواسطة ExpCloud، والميزة الرئيسية لها هي "解决网站不能在iframe里面显示的问题".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Enable website display in iframe
قم بتنزيل ملفات الامتداد Enable website display in iframe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
解决一些网站不能在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 } |