Tabs on Touhou
Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.
Vad är Tabs on Touhou?
Tabs on Touhou är en Chrome-tillägg utvecklad av Woodywoody, och dess huvudfunktion är "Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.".
Tilläggsskärmbilder
Ladda ner Tabs on Touhou-förlängningens CRX-fil
Ladda ner Tabs on Touhou-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | dcbgopaajpjnimidnkfkmfcngnljgmdk |
Officiell webbadress | https://chrome.google.com/webstore/detail/tabs-on-touhou/dcbgopaajpjnimidnkfkmfcngnljgmdk |
Beskrivning | Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually. |
Filstorlek | 4.03 MB |
Antal Installationer | 521 |
Aktuell Version | 1 |
Senast Uppdaterad | 2019-01-15 |
Publiceringsdatum | 2019-01-15 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | Woodywoody |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.facebook.com/pg/TheRealWoodyWoody/ |
Hjälpsida URL | https://www.facebook.com/pg/TheRealWoodyWoody/ |
Stödda Språk | 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 } } |