Tabs on Touhou
Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.
Cos'è Tabs on Touhou?
Tabs on Touhou è un'estensione di Chrome sviluppata da Woodywoody, e la sua funzione principale è "Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tabs on Touhou
Scarica i file di estensione Tabs on Touhou in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dcbgopaajpjnimidnkfkmfcngnljgmdk |
URL Ufficiale | https://chrome.google.com/webstore/detail/tabs-on-touhou/dcbgopaajpjnimidnkfkmfcngnljgmdk |
Descrizione | Because we love Touhou and I'm a programmer. Eventually I will add a bug report feature. Eventually. |
Dimensione del File | 4.03 MB |
Conteggio Installazioni | 521 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2019-01-15 |
Data di Pubblicazione | 2019-01-15 |
Valutazione | 4.43/5 Totale 7 Valutazioni |
Sviluppatore | Woodywoody |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.facebook.com/pg/TheRealWoodyWoody/ |
URL della Pagina di Aiuto | https://www.facebook.com/pg/TheRealWoodyWoody/ |
Lingue Supportate | 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 } } |