PopPage
Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Hvad er PopPage?
PopPage er en Chrome-udvidelse udviklet af Abdu-L-Kerim Sandooya, og dens hovedfunktion er "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".
Udvidelsesskærmbilleder
Download PopPage-udvidelses-CRX-fil
Download PopPage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Popup the web page you visit in a minimal window to occupy a smaller screen-print. It removes the URL bar, tabs and favorites bar. When watching a youtube video, the popped up page removes the suggested videos and comments resulting is a slim window what may be tossed aside while doing other work.
Grundlæggende oplysninger om udvidelsen
Navn | PopPage |
ID | paahhejndbadafooooobjegcofgbjnlb |
Officiel URL | https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb |
Beskrivelse | Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments. |
Filstørrelse | 6.11 KB |
Antal Installationer | 62 |
Nuværende Version | 1.002 |
Senest Opdateret | 2022-12-13 |
Udgivelsesdato | 2015-11-25 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Abdu-L-Kerim Sandooya |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.002", "name": "PopPage", "description": "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.", "short_name": "PopPage", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html", "default_title": "Pop up this page!" }, "permissions": [ "activeTab" ] } |