Force Hardware Compositing

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

Apa itu Force Hardware Compositing?

Force Hardware Compositing adalah ekstensi Chrome yang dikembangkan oleh https://m132.eu, dan fitur utamanya adalah "Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.".

Unduh Berkas CRX Ekstensi Force Hardware Compositing

Unduh file ekstensi Force Hardware Compositing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Force Hardware Compositing Force Hardware Compositing
ID ohgjpdfjkpgapnfiipbdpbffambccahj
URL Resmi https://chrome.google.com/webstore/detail/force-hardware-compositin/ohgjpdfjkpgapnfiipbdpbffambccahj
Deskripsi Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.
Ukuran File 3.28 KB
Jumlah Instalasi 36
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-09-27
Tanggal Publikasi 2015-09-27
Pengembang https://m132.eu
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}