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
官方網址 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"
}