Peepshow

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

Wat is Peepshow?

Peepshow is een Chrome-extensie ontwikkeld door iopred, en de belangrijkste functie is "Resize and popout a browser window to show a single element.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Peepshow

Download Peepshow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Peepshow Peepshow
ID jabbkeapemcfjhgeodmjhapnlbecnnco
Officiële URL https://chrome.google.com/webstore/detail/peepshow/jabbkeapemcfjhgeodmjhapnlbecnnco
Beschrijving Resize and popout a browser window to show a single element.
Bestandsgrootte 96.11 KB
Aantal Installaties 240
Huidige Versie 2
Laatst Bijgewerkt 2013-07-15
Publicatiedatum 2013-07-15
Beoordeling 4.78/5 Totaal 9 Beoordelingen
Ontwikkelaar iopred
Betalingswijze free
Ondersteunde Talen 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"
    ]
}