Tabs on Touhou

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

What is Tabs on Touhou?

Tabs on Touhou is a Chrome extension developed by Woodywoody, and its main feature is "Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.".

Extension Screenshots

screenshot

Download Tabs on Touhou Extension CRX File

Download Tabs on Touhou extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tabs on Touhou Tabs on Touhou
ID dcbgopaajpjnimidnkfkmfcngnljgmdk
Official URL https://chrome.google.com/webstore/detail/tabs-on-touhou/dcbgopaajpjnimidnkfkmfcngnljgmdk
Description Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.
File Size 4.03 MB
Installation Count 521
Current Version 1
Last Updated 2019-01-15
Publish Date 2019-01-15
Rating 4.43/5 Total 7 Ratings
Developer Woodywoody
Email [email protected]
Payment Type free
Extension Website https://www.facebook.com/pg/TheRealWoodyWoody/
Help Page URL https://www.facebook.com/pg/TheRealWoodyWoody/
Supported Languages 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
    }
}