PopPage

Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.

PopPage란 무엇입니까?

PopPage은(는) Abdu-L-Kerim Sandooya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments."입니다.

확장 프로그램 스크린샷

screenshot

PopPage 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Popup the web page you visit in a minimal window to occupy a smaller screen-print. It removes the URL bar, tabs and favorites bar. When watching a youtube video, the popped up page removes the suggested videos and comments resulting is a slim window what may be tossed aside while doing other work.                    

확장 프로그램 기본 정보

이름 PopPage PopPage
ID paahhejndbadafooooobjegcofgbjnlb
공식 URL https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb
설명 Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
파일 크기 6.11 KB
설치 횟수 62
현재 버전 1.002
최근 업데이트 2022-12-13
출시 날짜 2015-11-25
평점 5.00/5 총 2 개의 평점
개발자 Abdu-L-Kerim Sandooya
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.002",
    "name": "PopPage",
    "description": "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.",
    "short_name": "PopPage",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Pop up this page!"
    },
    "permissions": [
        "activeTab"
    ]
}