Force Hardware Compositing

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

ما هو Force Hardware Compositing؟

Force Hardware Compositing هو إضافة Chrome تم تطويرها بواسطة https://m132.eu، والميزة الرئيسية لها هي "Forces Chromium to use hardware compositing, improving scroll performance and reducing CPU usage.".

تحميل ملف CRX للإضافة Force Hardware Compositing

قم بتنزيل ملفات الامتداد Force Hardware Compositing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}