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.”。
扩展截图
下载Tabs on Touhou扩展crx文件
下载Tabs on Touhou扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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 } } |