PopPage

Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.

Co je PopPage?

PopPage je rozšíření Chrome vyvinuté Abdu-L-Kerim Sandooya, a jeho hlavní funkcí je „Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PopPage

Stáhněte si soubory rozšíření PopPage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PopPage PopPage
ID paahhejndbadafooooobjegcofgbjnlb
Oficiální URL https://chromewebstore.google.com/detail/poppage/paahhejndbadafooooobjegcofgbjnlb
Popis Popup your current tab in a minimal window to a smaller screen-print.On a youtube video, it removes suggested videos and comments.
Velikost souboru 6.11 KB
Počet instalací 62
Aktuální Verze 1.002
Poslední Aktualizace 2022-12-13
Datum Vydání 2015-11-25
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Abdu-L-Kerim Sandooya
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}