Grayscale Tool

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

Grayscale Tool là gì?

Grayscale Tool là một tiện ích mở rộng Chrome được phát triển bởi Emanuel Malmquist, và tính năng chính của nó là "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Grayscale Tool

Tải xuống các tệp mở rộng Grayscale Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Grayscale Tool Grayscale Tool
ID odolflphhameojgliipcnahnipmogigo
URL Chính Thức https://chromewebstore.google.com/detail/grayscale-tool/odolflphhameojgliipcnahnipmogigo
Mô tả Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.
Kích Thước Tệp 4.44 KB
Số Lần Cài Đặt 3,566
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2014-10-19
Ngày Phát Hành 2014-10-19
Đánh Giá 2.57/5 Tổng số 46 Đánh Giá
Nhà Phát Triển Emanuel Malmquist
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}