T-Rex Outrunner

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

O que é T-Rex Outrunner?

T-Rex Outrunner é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão T-Rex Outrunner

Baixe arquivos de extensão T-Rex Outrunner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome T-Rex Outrunner T-Rex Outrunner
ID ipaflcbenfmebafanoplpnieoaaiieon
URL Oficial https://chromewebstore.google.com/detail/t-rex-outrunner/ipaflcbenfmebafanoplpnieoaaiieon
Descrição Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.
Tamanho do Arquivo 232 KB
Contagem de Instalações 1,132
Versão Atual 1
Última Atualização 2018-07-19
Data de Publicação 2018-07-18
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor Unknown
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}