Iframe Viewer
List all iframe links in a web page.
Iframe Viewer란 무엇입니까?
Iframe Viewer은(는) nakamine11에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "List all iframe links in a web page."입니다.
확장 프로그램 스크린샷
Iframe Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [ " |