XKCD+R
Display Reddit's best comments along XKCD strips!
What is XKCD+R?
XKCD+R is a Chrome extension developed by Florian Laurent, and its main feature is "Display Reddit's best comments along XKCD strips!".
Extension Screenshots
Download XKCD+R Extension CRX File
Download XKCD+R 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
When browsing XKCD.com, this extension gets the best Reddit comments for each strip and displays them along the comic. Extension by Florian Laurent Original logo design by Q Source: https://github.com/MasterScrat/XKCDR
Extension Basic Information
Name | XKCD+R |
ID | kjfdpkjdjiefealdecjlgeogjbklhmgi |
Official URL | https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi |
Description | Display Reddit's best comments along XKCD strips! |
File Size | 98.51 KB |
Installation Count | 129 |
Current Version | 0.0.13 |
Last Updated | 2015-11-01 |
Publish Date | 2015-11-01 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Florian Laurent |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "src\/bg\/background.js" ] }, "content_scripts": [ { "css": [], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.js" ], "matches": [ "*:\/\/xkcd.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "description": "Display Reddit's best comments along XKCD strips!", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "XKCD+R", "page_action": { "default_icon": "icons\/icon38.png", "default_title": "XKCD+R" }, "permissions": [ "tabs", "storage", "*:\/\/xkcd.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.13" } |