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 |
公式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 |
Eメール | [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" ] } |