T-Rex Outrunner

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

Qu'est-ce que T-Rex Outrunner ?

T-Rex Outrunner est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension T-Rex Outrunner

Téléchargez les fichiers d'extension T-Rex Outrunner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom T-Rex Outrunner T-Rex Outrunner
ID ipaflcbenfmebafanoplpnieoaaiieon
URL Officiel https://chromewebstore.google.com/detail/t-rex-outrunner/ipaflcbenfmebafanoplpnieoaaiieon
Description Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.
Taille du Fichier 232 KB
Nombre d'Installations 1,132
Version Actuelle 1
Dernière Mise à Jour 2018-07-19
Date de Publication 2018-07-18
Évaluation 4.75/5 Total 8 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}