XKCD+R
Display Reddit's best comments along XKCD strips!
什么是XKCD+R?
XKCD+R是由Florian Laurent开发的Chrome扩展程序,该扩展的主要功能是“Display Reddit's best comments along XKCD strips!”。
扩展截图
下载XKCD+R扩展crx文件
下载XKCD+R扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | XKCD+R |
ID | kjfdpkjdjiefealdecjlgeogjbklhmgi |
官方URL | https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi |
简介 | Display Reddit's best comments along XKCD strips! |
文件大小 | 98.51 KB |
安装次数 | 129 |
当前版本 | 0.0.13 |
更新时间 | 2015-11-01 |
上架时间 | 2015-11-01 |
评分 | 3.67/5 共3次评分 |
开发者 | Florian Laurent |
付费类型 | free |
支持的语言 | 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" } |