Play Text

Highlight the text the mouse is hovering over

Play Text là gì?

Play Text là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Highlight the text the mouse is hovering over".

Ả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 Play Text

Tải xuống các tệp mở rộng Play Text 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

                        This neat extension highlights the hovered over text for easy reading.                    

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

Tên Play Text Play Text
ID figgekmbbegjkbppenaagmmepdgfbdif
URL Chính Thức https://chromewebstore.google.com/detail/play-text/figgekmbbegjkbppenaagmmepdgfbdif
Mô tả Highlight the text the mouse is hovering over
Kích Thước Tệp 11 KB
Số Lần Cài Đặt 13,277
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-03-13
Ngày Phát Hành 2015-03-13
Đánh Giá 3.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 2,
    "name": "Play Text",
    "description": "Highlight the text the mouse is hovering over",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "resources\/javascript\/javascript.js"
            ],
            "css": [
                "resources\/stylesheet\/stylesheet.css"
            ]
        }
    ],
    "icons": {
        "16": "resources\/pictures\/big.png",
        "48": "resources\/pictures\/bigger.png",
        "128": "resources\/pictures\/biggest.png"
    }
}