xkcdAlt
Read alt text under xkcd comic strips easier. Extension by TPReal
What is xkcdAlt?
xkcdAlt is a Chrome extension developed by TPReal, and its main feature is "Read alt text under xkcd comic strips easier. Extension by TPReal".
Extension Screenshots
Download xkcdAlt Extension CRX File
Download xkcdAlt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | xkcdAlt |
ID | enpodcpdpfdedhkgjdhlbjaknfkcelpp |
Official URL | https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp |
Description | Read alt text under xkcd comic strips easier. Extension by TPReal |
File Size | 13.73 KB |
Installation Count | 104 |
Current Version | 0.8 |
Last Updated | 2013-06-15 |
Publish Date | 2013-06-15 |
Rating | 4.09/5 Total 11 Ratings |
Developer | TPReal |
Payment Type | free |
Extension Website | http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt |
Help Page URL | http://tpchromeextensions.blogspot.com/ |
Supported Languages | 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 } |