XKCD Substitutions - COMPLETE
Replaces words and phrases in all web pages according to the XKCD Substitutions comics.
什么是XKCD Substitutions - COMPLETE?
XKCD Substitutions - COMPLETE是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces words and phrases in all web pages according to the XKCD Substitutions comics.”。
扩展截图
下载XKCD Substitutions - COMPLETE扩展crx文件
下载XKCD Substitutions - COMPLETE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Now 142% more suitable for human consumption with the release of v1.0!
This extension replaces words and phrases in all web pages according to both XKCD Substitutions comics (https://xkcd.com/1288/ and http://xkcd.com/1625/).
While other extensions do exist which implement one or both of these Substitutions, I built this extension for personal use because I felt like some things could be done more intelligently. For instance, this extension will turn "car" into "cat," but it won't turn "cartoon" into "cattoon." 扩展基本信息
| 名称 | |
| ID | pmjnmockoldbadnfeaddafgjiopknkdj |
| 官方URL | https://chromewebstore.google.com/detail/xkcd-substitutions-comple/pmjnmockoldbadnfeaddafgjiopknkdj |
| 简介 | Replaces words and phrases in all web pages according to the XKCD Substitutions comics. |
| 文件大小 | 8.85 KB |
| 安装次数 | 25 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2016-03-03 |
| 上架时间 | 2016-03-03 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "XKCD Substitutions - COMPLETE",
"description": "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.",
"version": "1.0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |