Convert To Popup

Converts the current tab or link to a popup window

Convert To Popup란 무엇입니까?

Convert To Popup은(는) rawbytz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts the current tab or link to a popup window"입니다.

확장 프로그램 스크린샷

screenshot

Convert To Popup 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        • Popup windows have no tabs, address bar, or bookmarks bar.
• Click the toolbar icon to convert the current tab into a Popup window.
• Assign a keyboard shortcut at the bottom of chrome://extensions to do the same.
• Right Click links to open them in a new Popup window.
• No persistent memory footprint.                    

확장 프로그램 기본 정보

이름 Convert To Popup Convert To Popup
ID ipbclffpmnocdigdcpmahfmdlibcggal
공식 URL https://chromewebstore.google.com/detail/convert-to-popup/ipbclffpmnocdigdcpmahfmdlibcggal
설명 Converts the current tab or link to a popup window
파일 크기 7.13 KB
설치 횟수 1,409
현재 버전 1.6
최근 업데이트 2018-03-07
출시 날짜 2018-03-07
평점 4.36/5 총 11 개의 평점
개발자 rawbytz
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert To Popup",
    "version": "1.6",
    "description": "Converts the current tab or link to a popup window",
    "browser_action": {
        "default_icon": "convert2Popup_128.png",
        "default_title": "Convert to Popup"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "convert2Popup_128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "manifest_version": 2
}