XKCD substitutions
Making the web a stranger better place.
什么是XKCD substitutions?
XKCD substitutions是由alec.posney开发的Chrome扩展程序,该扩展的主要功能是“Making the web a stranger better place.”。
扩展截图
下载XKCD substitutions扩展crx文件
下载XKCD substitutions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Is the news getting you down? Well about to be cheered up with substitutions that make reading the news more fun. see http://xkcd.com/1288, https://xkcd.com/1625/ Now with custom substitutions! Simply right click the extension icon and click options to add your own. some other xkcd jokes have made it into the newest version. https://xkcd.com/1004/ https://xkcd.com/1418/ https://xkcd.com/1031/ https://xkcd.com/1625/ all credit to xkcd also checkout s/keyboard/leopard, which inspired this extension. http://chrome.google.com/webstore/detail/skeyboardleopard/oheflacdocadefgdpiimpapbkomhgbbe source: https://github.com/Posnet/xkcd-substitutions
扩展基本信息
名称 | XKCD substitutions |
ID | jkgogmboalmaijfgfhfepckdgjeopfhk |
官方URL | https://chromewebstore.google.com/detail/xkcd-substitutions/jkgogmboalmaijfgfhfepckdgjeopfhk |
简介 | Making the web a stranger better place. |
文件大小 | 432 KB |
安装次数 | 8,032 |
当前版本 | 1.4.1 |
更新时间 | 2016-03-13 |
上架时间 | 2016-03-13 |
评分 | 4.54/5 共301次评分 |
开发者 | alec.posney |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XKCD substitutions", "description": "Making the web a stranger better place.", "version": "1.4.1", "options_page": "html\/config.html", "browser_action": { "default_icon": { "19": "images\/enabled.png" }, "default_title": "click to disable xkcd substitutions" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "images\/icon128.png" } } |