xkcdAlt
Read alt text under xkcd comic strips easier. Extension by TPReal
什么是xkcdAlt?
xkcdAlt是由TPReal开发的Chrome扩展程序,该扩展的主要功能是“Read alt text under xkcd comic strips easier. Extension by TPReal”。
扩展截图
下载xkcdAlt扩展crx文件
下载xkcdAlt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | xkcdAlt |
ID | enpodcpdpfdedhkgjdhlbjaknfkcelpp |
官方URL | https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp |
简介 | Read alt text under xkcd comic strips easier. Extension by TPReal |
文件大小 | 13.73 KB |
安装次数 | 104 |
当前版本 | 0.8 |
更新时间 | 2013-06-15 |
上架时间 | 2013-06-15 |
评分 | 4.09/5 共11次评分 |
开发者 | TPReal |
付费类型 | free |
扩展官网 | http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt |
帮助页面URL | http://tpchromeextensions.blogspot.com/ |
支持的语言 | 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 } |