xkcd - Comics Viewer
View xkcd comics from any page.
什么是xkcd - Comics Viewer?
xkcd - Comics Viewer是由andytu开发的Chrome扩展程序,该扩展的主要功能是“View xkcd comics from any page.”。
扩展截图
下载xkcd - Comics Viewer扩展crx文件
下载xkcd - Comics Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Read your favourite web comic xkcd directly on Chrome!
Features:
- Enjoy a beautiful, clean interface for reading xkcd comics
- Navigate and search for any xkcd comic
- Access explanations of comics from explainxkcd.com easily
- Access your recently browsed comics
Feel free to report bugs or submit suggestions in the "Support" tab above.
All comics and related artwork belong to Randall Munroe, of xkcd.com 扩展基本信息
| 名称 | |
| ID | nmanlcmfmdmfcijmocmihompgjcljacd |
| 官方URL | https://chromewebstore.google.com/detail/xkcd-comics-viewer/nmanlcmfmdmfcijmocmihompgjcljacd |
| 简介 | View xkcd comics from any page. |
| 文件大小 | 36.99 KB |
| 安装次数 | 117 |
| 当前版本 | 2.0.2 |
| 更新时间 | 2017-04-25 |
| 上架时间 | 2017-04-24 |
| 评分 | 4.69/5 共13次评分 |
| 开发者 | andytu |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Andy Tu",
"name": "xkcd - Comics Viewer",
"short_name": "xkcd-view",
"description": "View xkcd comics from any page.",
"version": "2.0.2",
"icons": {
"128": "assets\/xkcd_128.png",
"48": "assets\/xkcd_48.png"
},
"browser_action": {
"default_icon": "assets\/xkcd_128.png",
"default_popup": "bin\/xkcd.html",
"default_name": "View xkcd"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"*:\/\/xkcd.com\/*",
"storage"
]
} | |