XKCD Explainer
Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.
什么是XKCD Explainer?
XKCD Explainer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.”。
扩展截图
下载XKCD Explainer扩展crx文件
下载XKCD Explainer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you find yourself occasionally puzzled by a reference on XKCD?
Good news! Puzzle no more!
This extension will add a button to every XKCD comic (appropriately named "Huh?") that will send you directly to the corresponding explainxkcd.com page. 扩展基本信息
| 名称 | |
| ID | iicndfighifkfkpijajnnhhbdmnohcml |
| 官方URL | https://chromewebstore.google.com/detail/xkcd-explainer/iicndfighifkfkpijajnnhhbdmnohcml |
| 简介 | Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd. |
| 文件大小 | 23.61 KB |
| 安装次数 | 34 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-10-16 |
| 上架时间 | 2018-10-16 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "XKCD Explainer",
"version": "1.0",
"description": "Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.",
"icons": {
"48": "icons\/xkcd.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.xkcd.com\/*"
],
"js": [
"explain_xkcd.js"
]
}
]
} | |