Tabs on Touhou

Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.

O que é Tabs on Touhou?

Tabs on Touhou é uma extensão do Chrome desenvolvida por Woodywoody, e sua principal característica é "Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tabs on Touhou

Baixe arquivos de extensão Tabs on Touhou 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

                        Tabs on Touhou is a Google Chrome extension that replaces your New Tab screen with a custom UI, Touhou featuring illustrations by the incredibly talented Clear Echoes. Get a customized greeting, weather update, shortcuts to your favorite social sites and a search function built-in.

This project is a side hobby of mine, I will make updates over time, but ever so slowly.                    

Informações Básicas da Extensão

Nome Tabs on Touhou Tabs on Touhou
ID dcbgopaajpjnimidnkfkmfcngnljgmdk
URL Oficial https://chrome.google.com/webstore/detail/tabs-on-touhou/dcbgopaajpjnimidnkfkmfcngnljgmdk
Descrição Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.
Tamanho do Arquivo 4.03 MB
Contagem de Instalações 521
Versão Atual 1
Última Atualização 2019-01-15
Data de Publicação 2019-01-15
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor Woodywoody
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.facebook.com/pg/TheRealWoodyWoody/
URL da Página de Ajuda https://www.facebook.com/pg/TheRealWoodyWoody/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs on Touhou",
    "description": "Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.",
    "version": "1",
    "author": "Jake Prins",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Have a good day",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "geolocation"
    ],
    "background": {
        "scripts": [
            "custom.js"
        ],
        "persistent": false
    }
}