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
Eメール [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"
}