Alltabs
Amazing visual artists every time you open a new tab.
Cos'è Alltabs?
Alltabs è un'estensione di Chrome sviluppata da https://newnow.cool, e la sua funzione principale è "Amazing visual artists every time you open a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alltabs
Scarica i file di estensione Alltabs 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
Alltabs collaborates with interesting contemporary artist from all around the world. We bring you fresh photos and visual art to all your new tabs. This is a project by New Now.
Informazioni di Base sull'Estensione
Nome | |
ID | ngjbedmelbifgachalpagdgiccokplkd |
URL Ufficiale | https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd |
Descrizione | Amazing visual artists every time you open a new tab. |
Dimensione del File | 7.18 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-05-09 |
Data di Pubblicazione | 2021-04-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://newnow.cool |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.alltabs.co/ |
URL della Pagina della Politica sulla Privacy | https://newnow.cool/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "alltabs.html#newTab" }, "content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: chrome: filesystem:; connect-src 'self' http: https: chrome-extension:; frame-src http: https:", "description": "Amazing visual artists every time you open a new tab.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "19": "img\/icon19.png", "48": "img\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "28", "name": "Alltabs", "omnibox": { "keyword": "f" }, "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "alltabs.html" ] } |