XKCD Alt Text
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…
XKCD Alt Text là gì?
XKCD Alt Text là một tiện ích mở rộng Chrome được phát triển bởi James Kwan, và tính năng chính của nó là "The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng XKCD Alt Text
Tải xuống các tệp mở rộng XKCD Alt 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
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description beneath the comic, so that you don't have to try and read the tiny hover text before it fades away. It can also move the header below the comic, to increase visibility. This feature can easily be disabled. Update 2.8.1: Works over HTTPS
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | XKCD Alt Text |
ID | gncnccgkhldnjnmhlmgcghhgbckeobph |
URL Chính Thức | https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph |
Mô tả | The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description… |
Kích Thước Tệp | 57.64 KB |
Số Lần Cài Đặt | 736 |
Phiên Bản Hiện Tại | 2.8.1 |
Cập Nhật Lần Cuối | 2014-01-27 |
Ngày Phát Hành | 2014-01-26 |
Đánh Giá | 4.06/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | James Kwan |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "xkcdalt.js" ], "matches": [ "*:\/\/xkcd.com\/*", "*:\/\/xkcd.org\/*", "*:\/\/xkcd.net\/*", "*:\/\/www.xkcd.com\/*", "*:\/\/www.xkcd.org\/*", "*:\/\/www.xkcd.net\/*" ], "run_at": "document_end" } ], "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "XKCD Alt Text", "version": "2.8.1" } |