Force Hardware Compositing

Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.

Co je Force Hardware Compositing?

Force Hardware Compositing je rozšíření Chrome vyvinuté https://m132.eu, a jeho hlavní funkcí je „Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.“.

Stáhnout soubor CRX rozšíření Force Hardware Compositing

Stáhněte si soubory rozšíření Force Hardware Compositing 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í

                        This extension forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage, especially for complicated webpages such as Google+ or Facebook.

Note that RGB font anti-aliasing will disabled on composited layers.                    

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

Název Force Hardware Compositing Force Hardware Compositing
ID ohgjpdfjkpgapnfiipbdpbffambccahj
Oficiální URL https://chrome.google.com/webstore/detail/force-hardware-compositin/ohgjpdfjkpgapnfiipbdpbffambccahj
Popis Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.
Velikost souboru 3.28 KB
Počet instalací 36
Aktuální Verze 1.0
Poslední Aktualizace 2015-09-27
Datum Vydání 2015-09-27
Vývojář https://m132.eu
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "hwcomposite.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hwcomposite.js"
    ],
    "manifest_version": 2,
    "name": "Force Hardware Compositing",
    "description": "Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.",
    "version": "1.0"
}