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?
XKCD Alt Text是由James Kwan开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载XKCD Alt Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | XKCD Alt Text |
ID | gncnccgkhldnjnmhlmgcghhgbckeobph |
官方URL | https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph |
简介 | The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description… |
文件大小 | 57.64 KB |
安装次数 | 736 |
当前版本 | 2.8.1 |
更新时间 | 2014-01-27 |
上架时间 | 2014-01-26 |
评分 | 4.06/5 共17次评分 |
开发者 | James Kwan |
付费类型 | free |
支持的语言 | 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" } |