Grayscale Tool

Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.

ما هو Grayscale Tool؟

Grayscale Tool هو إضافة Chrome تم تطويرها بواسطة Emanuel Malmquist، والميزة الرئيسية لها هي "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Grayscale Tool

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

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

                        Originally intended for web designers who might want to test the contrast of their content by changing to grayscale, but this extension can really be used by anyone who for some reason want to remove the colors of a web page.

The grayscale persists between page loads, and the key shortcut to activate can be customized in the options.                    

معلومات أساسية عن التمديد

الاسم Grayscale Tool Grayscale Tool
ID odolflphhameojgliipcnahnipmogigo
عنوان URL الرسمي https://chromewebstore.google.com/detail/grayscale-tool/odolflphhameojgliipcnahnipmogigo
الوصف Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.
حجم الملف 4.44 KB
عدد التثبيتات 3,566
النسخة الحالية 2.0
آخر تحديث 2014-10-19
تاريخ النشر 2014-10-19
تقييم 2.57/5 مجموع تقييمات 46
المطور Emanuel Malmquist
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grayscale Tool",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "file:\/\/\/*"
            ],
            "js": [
                "grayscale.js"
            ],
            "run_at": "document_end"
        }
    ]
}