T-Rex Outrunner

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

Co je T-Rex Outrunner?

T-Rex Outrunner je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření T-Rex Outrunner

Stáhněte si soubory rozšíření T-Rex Outrunner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název T-Rex Outrunner T-Rex Outrunner
ID ipaflcbenfmebafanoplpnieoaaiieon
Oficiální URL https://chromewebstore.google.com/detail/t-rex-outrunner/ipaflcbenfmebafanoplpnieoaaiieon
Popis Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.
Velikost souboru 232 KB
Počet instalací 1,132
Aktuální Verze 1
Poslední Aktualizace 2018-07-19
Datum Vydání 2018-07-18
Hodnocení 4.75/5 Celkem 8 Hodnocení
Vývojář Unknown
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}