Force Hardware Compositing

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

什么是Force Hardware Compositing?

Force Hardware Compositing是由https://m132.eu开发的Chrome扩展程序,该扩展的主要功能是“Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.”。

下载Force Hardware Compositing扩展crx文件

下载Force Hardware Compositing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Force Hardware Compositing Force Hardware Compositing
ID ohgjpdfjkpgapnfiipbdpbffambccahj
官方URL https://chrome.google.com/webstore/detail/force-hardware-compositin/ohgjpdfjkpgapnfiipbdpbffambccahj
简介 Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.
文件大小 3.28 KB
安装次数 36
当前版本 1.0
更新时间 2015-09-27
上架时间 2015-09-27
开发者 https://m132.eu
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}