tab away
Get cool AI generated art and raise money for charity every time you open a new tab.
Cos'è tab away?
tab away è un'estensione di Chrome sviluppata da Tab Away, e la sua funzione principale è "Get cool AI generated art and raise money for charity every time you open a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tab away
Scarica i file di estensione tab away 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
Get cool AI generated art and raise money for charity every time you open a new tab. Informazioni di Base sull'Estensione
| Nome | |
| ID | ikcajanfigfgkbggmgjajfggmeffidcm |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-away/ikcajanfigfgkbggmgjajfggmeffidcm |
| Descrizione | Get cool AI generated art and raise money for charity every time you open a new tab. |
| Dimensione del File | 11.72 KB |
| Conteggio Installazioni | 142 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2023-07-10 |
| Data di Pubblicazione | 2023-06-11 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Tab Away |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "tab away",
"version": "1.1.0",
"description": "Get cool AI generated art and raise money for charity every time you open a new tab.",
"permissions": [],
"chrome_url_overrides": {
"newtab": "redirect.html"
},
"background": {
"service_worker": "background.js"
},
"action": [],
"icons": {
"16": "tabaway-16.png",
"48": "tabaway-48.png",
"128": "tabaway-128.png"
}
} | |