Peepshow
Resize and popout a browser window to show a single element.
Vad är Peepshow?
Peepshow är en Chrome-tillägg utvecklad av iopred, och dess huvudfunktion är "Resize and popout a browser window to show a single element.".
Tilläggsskärmbilder
Ladda ner Peepshow-förlängningens CRX-fil
Ladda ner Peepshow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jabbkeapemcfjhgeodmjhapnlbecnnco |
Officiell webbadress | https://chrome.google.com/webstore/detail/peepshow/jabbkeapemcfjhgeodmjhapnlbecnnco |
Beskrivning | Resize and popout a browser window to show a single element. |
Filstorlek | 96.11 KB |
Antal Installationer | 240 |
Aktuell Version | 2 |
Senast Uppdaterad | 2013-07-15 |
Publiceringsdatum | 2013-07-15 |
Betyg | 4.78/5 Totalt 9 Betyg |
Utvecklare | iopred |
Betalningssätt | free |
Stödda Språk | 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" ] } |