T-Rex Outrunner

Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.

Was ist T-Rex Outrunner?

T-Rex Outrunner ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.".

Erweiterungsscreenshots

screenshot

T-Rex Outrunner-Erweiterungs-CRX-Datei herunterladen

Laden Sie T-Rex Outrunner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name T-Rex Outrunner T-Rex Outrunner
ID ipaflcbenfmebafanoplpnieoaaiieon
Offizielle URL https://chromewebstore.google.com/detail/t-rex-outrunner/ipaflcbenfmebafanoplpnieoaaiieon
Beschreibung Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.
Dateigröße 232 KB
Installationsanzahl 1,132
Aktuelle Version 1
Letztes Update 2018-07-19
Veröffentlichungsdatum 2018-07-18
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler Unknown
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}