Iframe Viewer
List all iframe links in a web page.
ما هو Iframe Viewer؟
Iframe Viewer هو إضافة Chrome تم تطويرها بواسطة nakamine11، والميزة الرئيسية لها هي "List all iframe links in a web page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Iframe Viewer
قم بتنزيل ملفات الامتداد Iframe Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A chrome extension that helps you open iframe page in a separate tab. This tool automatically extracts iframe elements from any web site and show you links to open them in a separate tab. The original intent for usage is as a machine translation helper. iframe elements are not translated by machine translation engine such as Google Translate. This tool makes it easier to translate contents in the iframe elements.
معلومات أساسية عن التمديد
الاسم | |
ID | pmijopnlkmdbfhnkcecagjlknmnljkcg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pmijopnlkmdbfhnkcecagjlknmnljkcg |
الوصف | List all iframe links in a web page. |
حجم الملف | 18.08 KB |
عدد التثبيتات | 74 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-11-14 |
تاريخ النشر | 2022-11-14 |
المطور | nakamine11 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/bilzard/iframe-viewer |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Iframe Viewer", "description": "List all iframe links in a web page.", "version": "1.0", "icons": { "128": "icon-128.png", "48": "icon-48.png", "32": "icon-32.png", "16": "icon-16.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon-32.png", "default_popup": "popup.html", "default_title": "no iframes" }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "matches": [ " |