Peepshow

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

Cos'è Peepshow?

Peepshow è un'estensione di Chrome sviluppata da iopred, e la sua funzione principale è "Resize and popout a browser window to show a single element.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Peepshow

Scarica i file di estensione Peepshow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Peepshow Peepshow
ID jabbkeapemcfjhgeodmjhapnlbecnnco
URL Ufficiale https://chrome.google.com/webstore/detail/peepshow/jabbkeapemcfjhgeodmjhapnlbecnnco
Descrizione Resize and popout a browser window to show a single element.
Dimensione del File 96.11 KB
Conteggio Installazioni 240
Versione Corrente 2
Ultimo Aggiornamento 2013-07-15
Data di Pubblicazione 2013-07-15
Valutazione 4.78/5 Totale 9 Valutazioni
Sviluppatore iopred
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}