T-Rex Outrunner
Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.
什么是T-Rex Outrunner?
T-Rex Outrunner是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.”。
扩展截图
下载T-Rex Outrunner扩展crx文件
下载T-Rex Outrunner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post: https://www.reddit.com/r/outrun/comments/8zq03l/c_h_r_o_m_e/
Works just like the stock offline page. Press Space up Up to jump, and press Down to duck.
Source code available at: https://bitbucket.org/pixelbath/t-rex-outrunner 扩展基本信息
| 名称 | |
| ID | ipaflcbenfmebafanoplpnieoaaiieon |
| 官方URL | https://chromewebstore.google.com/detail/t-rex-outrunner/ipaflcbenfmebafanoplpnieoaaiieon |
| 简介 | Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post. |
| 文件大小 | 232 KB |
| 安装次数 | 1,132 |
| 当前版本 | 1 |
| 更新时间 | 2018-07-19 |
| 上架时间 | 2018-07-18 |
| 评分 | 4.75/5 共8次评分 |
| 开发者 | Unknown |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "T-Rex Outrunner",
"description": "Replaces the new tab page with a custom Chrome disconnected page, inspired by an \/r\/outrun post.",
"version": "1",
"author": "Michael Hoskins",
"browser_action": {
"default_title": "Outrun",
"default_icon": "assets\/icon-24x24.png"
},
"icons": {
"16": "assets\/icon-16x16.png",
"48": "assets\/icon-48x48.png",
"128": "assets\/icon-128x128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"activeTab"
]
} | |