Peepshow

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

What is Peepshow?

Peepshow is a Chrome extension developed by iopred, and its main feature is "Resize and popout a browser window to show a single element.".

Extension Screenshots

screenshot
screenshot

Download Peepshow Extension CRX File

Download Peepshow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Peepshow Peepshow
ID jabbkeapemcfjhgeodmjhapnlbecnnco
Official URL https://chrome.google.com/webstore/detail/peepshow/jabbkeapemcfjhgeodmjhapnlbecnnco
Description Resize and popout a browser window to show a single element.
File Size 96.11 KB
Installation Count 240
Current Version 2
Last Updated 2013-07-15
Publish Date 2013-07-15
Rating 4.78/5 Total 9 Ratings
Developer iopred
Payment Type free
Supported Languages 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"
    ]
}