xkcdAlt

Read alt text under xkcd comic strips easier. Extension by TPReal

xkcdAlt là gì?

xkcdAlt là một tiện ích mở rộng Chrome được phát triển bởi TPReal, và tính năng chính của nó là "Read alt text under xkcd comic strips easier. Extension by TPReal".

Ả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 xkcdAlt

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

                        Shows the title text under xkcd comic strips.

The text is visible under the comic strip only when you're holding your mouse over the strip, or when you select the text. This prevents you from accidentally reading the text too early, as in some cases this could be sort of a spoiler for the strip.                    

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

Tên xkcdAlt xkcdAlt
ID enpodcpdpfdedhkgjdhlbjaknfkcelpp
URL Chính Thức https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp
Mô tả Read alt text under xkcd comic strips easier. Extension by TPReal
Kích Thước Tệp 13.73 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2013-06-15
Ngày Phát Hành 2013-06-15
Đánh Giá 4.09/5 Tổng số 11 Đánh Giá
Nhà Phát Triển TPReal
Loại Thanh Toán free
Trang Web Mở Rộng http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt
URL Trang Trợ Giúp http://tpchromeextensions.blogspot.com/
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "xkcdAlt",
    "description": "Read alt text under xkcd comic strips easier. Extension by TPReal",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/xkcd.com\/*",
                "*:\/\/www.xkcd.com\/*"
            ],
            "js": [
                "xkcdAlt.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/xkcd16.png",
        "32": "img\/xkcd32.png",
        "48": "img\/xkcd48.png",
        "128": "img\/xkcd128.png"
    },
    "version": "0.8",
    "manifest_version": 2
}