PopPage
Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Was ist PopPage?
PopPage ist eine Chrome-Erweiterung, die von Abdu-L-Kerim Sandooya entwickelt wurde, und ihr Hauptmerkmal ist "Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.".
Erweiterungsscreenshots
PopPage-Erweiterungs-CRX-Datei herunterladen
Laden Sie PopPage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | paahhejndbadafooooobjegcofgbjnlb |
| Offizielle URL | https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb |
| Beschreibung | Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments. |
| Dateigröße | 6.11 KB |
| Installationsanzahl | 62 |
| Aktuelle Version | 1.002 |
| Letztes Update | 2022-12-13 |
| Veröffentlichungsdatum | 2015-11-25 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Abdu-L-Kerim Sandooya |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |