720p: Resize!

Resize the window to 720p!

Co je 720p: Resize!?

720p: Resize! je rozšíření Chrome vyvinuté https://hypno.nimja.com, a jeho hlavní funkcí je „Resize the window to 720p!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření 720p: Resize!

Stáhněte si soubory rozšíření 720p: Resize! 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í

                        Ideal for using ChromeCast: This extension forces the inside of your tab to be 720p! - This means no black bars on the TV you're using. Of course this extension can be used for many other things.

It requires no permissions, cannot read your tabs and the code is easy and clean to read.

Of course, the resizing is not limited to just 720p, you can input any resolution you want! A few basic resolutions are included.                    

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

Název 720p: Resize! 720p: Resize!
ID bdlfnaiibeegbolelkggmmlkahmpinhb
Oficiální URL https://chromewebstore.google.com/detail/720p-resize/bdlfnaiibeegbolelkggmmlkahmpinhb
Popis Resize the window to 720p!
Velikost souboru 8.61 KB
Počet instalací 132
Aktuální Verze 1.0
Poslední Aktualizace 2015-12-28
Datum Vydání 2015-12-28
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář https://hypno.nimja.com
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "720p: Resize!",
    "description": "Resize the window to 720p!",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "name": "Resize the viewport.",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    },
    "manifest_version": 2
}