Tabs on Touhou

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

Tabs on Touhou란 무엇입니까?

Tabs on Touhou은(는) Woodywoody에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually."입니다.

확장 프로그램 스크린샷

screenshot

Tabs on Touhou 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Tabs on Touhou Tabs on Touhou
ID dcbgopaajpjnimidnkfkmfcngnljgmdk
공식 URL https://chrome.google.com/webstore/detail/tabs-on-touhou/dcbgopaajpjnimidnkfkmfcngnljgmdk
설명 Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.
파일 크기 4.03 MB
설치 횟수 521
현재 버전 1
최근 업데이트 2019-01-15
출시 날짜 2019-01-15
평점 4.43/5 총 7 개의 평점
개발자 Woodywoody
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.facebook.com/pg/TheRealWoodyWoody/
도움말 페이지 URL https://www.facebook.com/pg/TheRealWoodyWoody/
지원되는 언어 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
    }
}