Tabs on Touhou

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

Wat is Tabs on Touhou?

Tabs on Touhou is een Chrome-extensie ontwikkeld door Woodywoody, en de belangrijkste functie is "Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabs on Touhou

Download Tabs on Touhou-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tabs on Touhou Tabs on Touhou
ID dcbgopaajpjnimidnkfkmfcngnljgmdk
Officiële URL https://chrome.google.com/webstore/detail/tabs-on-touhou/dcbgopaajpjnimidnkfkmfcngnljgmdk
Beschrijving Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.
Bestandsgrootte 4.03 MB
Aantal Installaties 521
Huidige Versie 1
Laatst Bijgewerkt 2019-01-15
Publicatiedatum 2019-01-15
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Woodywoody
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.facebook.com/pg/TheRealWoodyWoody/
Help Pagina-URL https://www.facebook.com/pg/TheRealWoodyWoody/
Ondersteunde Talen 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
    }
}