Open-as-Popup
Opens the current tab as a popup window.
Open-as-Popup란 무엇입니까?
Open-as-Popup은(는) Thomas Mercurio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens the current tab as a popup window."입니다.
확장 프로그램 스크린샷
Open-as-Popup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is very simple: it provides a button to open the current tab as a popup window. The tab will be closed, and a popup window - that is, a window without tabs or a URL bar - will be opened to the same address.
확장 프로그램 기본 정보
이름 | |
ID | iabonpaolfcekbccbiginpdkhlcaeopd |
공식 URL | https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd |
설명 | Opens the current tab as a popup window. |
파일 크기 | 6.89 KB |
설치 횟수 | 4,977 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-12-26 |
출시 날짜 | 2015-12-26 |
평점 | 4.80/5 총 15 개의 평점 |
개발자 | Thomas Mercurio |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open-as-Popup", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Open the current tab as a popup window." }, "description": "Opens the current tab as a popup window.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |