Peepshow

Resize and popout a browser window to show a single element.

Peepshow란 무엇입니까?

Peepshow은(는) iopred에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resize and popout a browser window to show a single element."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Have you ever wanted to resize a window to only see one element? Maybe you wanted to watch a movie in a small popout while you did something in another window.

Now you can, in 2 easy steps.
1. Click Peepshow.
2. Click any element.

Peepshow will create a small popout containing the element you selected instantly!

Updated July 15 2013: Peepshow works properly on YouTube.                    

확장 프로그램 기본 정보

이름 Peepshow Peepshow
ID jabbkeapemcfjhgeodmjhapnlbecnnco
공식 URL https://chrome.google.com/webstore/detail/peepshow/jabbkeapemcfjhgeodmjhapnlbecnnco
설명 Resize and popout a browser window to show a single element.
파일 크기 96.11 KB
설치 횟수 240
현재 버전 2
최근 업데이트 2013-07-15
출시 날짜 2013-07-15
평점 4.78/5 총 9 개의 평점
개발자 iopred
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peepshow",
    "version": "2",
    "manifest_version": 2,
    "description": "Resize and popout a browser window to show a single element.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Peep",
        "default_icon": "icon19.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "inspector.js",
        "inspector.png",
        "jquery-1.7.1.min.js"
    ]
}