Tabs on Touhou
Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.
Hvad er Tabs on Touhou?
Tabs on Touhou er en Chrome-udvidelse udviklet af Woodywoody, og dens hovedfunktion er "Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.".
Udvidelsesskærmbilleder
Download Tabs on Touhou-udvidelses-CRX-fil
Download Tabs on Touhou-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dcbgopaajpjnimidnkfkmfcngnljgmdk |
Officiel URL | https://chrome.google.com/webstore/detail/tabs-on-touhou/dcbgopaajpjnimidnkfkmfcngnljgmdk |
Beskrivelse | Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually. |
Filstørrelse | 4.03 MB |
Antal Installationer | 521 |
Nuværende Version | 1 |
Senest Opdateret | 2019-01-15 |
Udgivelsesdato | 2019-01-15 |
Bedømmelse | 4.43/5 Samlet 7 Bedømmelser |
Udvikler | Woodywoody |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.facebook.com/pg/TheRealWoodyWoody/ |
Hjælpeside-URL | https://www.facebook.com/pg/TheRealWoodyWoody/ |
Understøttede Sprog | 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 } } |