Force Hardware Compositing

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

Cos'è Force Hardware Compositing?

Force Hardware Compositing è un'estensione di Chrome sviluppata da https://m132.eu, e la sua funzione principale è "Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.".

Scarica il file CRX dell'estensione Force Hardware Compositing

Scarica i file di estensione Force Hardware Compositing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Force Hardware Compositing Force Hardware Compositing
ID ohgjpdfjkpgapnfiipbdpbffambccahj
URL Ufficiale https://chrome.google.com/webstore/detail/force-hardware-compositin/ohgjpdfjkpgapnfiipbdpbffambccahj
Descrizione Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.
Dimensione del File 3.28 KB
Conteggio Installazioni 36
Versione Corrente 1.0
Ultimo Aggiornamento 2015-09-27
Data di Pubblicazione 2015-09-27
Sviluppatore https://m132.eu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}