iframe in new tab or window
Open an iframe in a new tab or window
iframe in new tab or window란 무엇입니까?
iframe in new tab or window은(는) Graeme Gellatly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open an iframe in a new tab or window"입니다.
확장 프로그램 스크린샷
iframe in new tab or window 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a context menu to iframes to enable them to be opened in either a popup window or tab. The window popup is designed for pdf's primarily and will pop offset right and narrower than a standard window.
확장 프로그램 기본 정보
이름 | iframe in new tab or window |
ID | mcgmlddiffnkehjigmkifkebflbjigep |
공식 URL | https://chromewebstore.google.com/detail/iframe-in-new-tab-or-wind/mcgmlddiffnkehjigmkifkebflbjigep |
설명 | Open an iframe in a new tab or window |
파일 크기 | 30.77 KB |
설치 횟수 | 306 |
현재 버전 | 0.1 |
최근 업데이트 | 2023-05-11 |
출시 날짜 | 2023-05-11 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | Graeme Gellatly |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iframe in new tab or window", "version": "0.1", "manifest_version": 3, "description": "Open an iframe in a new tab or window", "action": { "default_icon": "icon-128.png", "default_popup": "popup.html", "default_title": "iframe in new tab or window" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus" ] } |