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
擴展基本資訊
名稱 | T-Rex Outrunner |
ID | ipaflcbenfmebafanoplpnieoaaiieon |
官方網址 | 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" ] } |