T-Rex Outrunner
Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.
Cos'è T-Rex Outrunner?
T-Rex Outrunner è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione T-Rex Outrunner
Scarica i file di estensione T-Rex Outrunner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | T-Rex Outrunner |
ID | ipaflcbenfmebafanoplpnieoaaiieon |
URL Ufficiale | https://chromewebstore.google.com/detail/t-rex-outrunner/ipaflcbenfmebafanoplpnieoaaiieon |
Descrizione | Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post. |
Dimensione del File | 232 KB |
Conteggio Installazioni | 1,132 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2018-07-19 |
Data di Pubblicazione | 2018-07-18 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | Unknown |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |