Abstract Art Tab
See Awesome Abstract Art in the New Tab.
Cos'è Abstract Art Tab?
Abstract Art Tab è un'estensione di Chrome sviluppata da Open Team, e la sua funzione principale è "See Awesome Abstract Art in the New Tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Abstract Art Tab
Scarica i file di estensione Abstract Art Tab 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
Bring abstract art to life. See interesting and unique art in every new tab By clicking "Add to Chrome", I accept and agree to install the Abstract Art Tab extension and set the new tab search to that provided by the service. The search will be powered by Bing. Privacy Policy: https://openteamconsulting.com/privacy-ext?site=abstractarts Terms of Service: https://openteamconsulting.com/terms-ext Contact Us: https://openteamconsulting.com/contact
Informazioni di Base sull'Estensione
Nome | Abstract Art Tab |
ID | onbcallbgikmgfoncnpbfjplffidoemk |
URL Ufficiale | https://chromewebstore.google.com/detail/abstract-art-tab/onbcallbgikmgfoncnpbfjplffidoemk |
Descrizione | See Awesome Abstract Art in the New Tab. |
Dimensione del File | 2.19 MB |
Conteggio Installazioni | 6,300 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2023-03-07 |
Data di Pubblicazione | 2022-09-01 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Open Team |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://openteamconsulting.com/privacy-ext |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.5", "name": "Abstract Art Tab", "description": "See Awesome Abstract Art in the New Tab.", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/48x48.png" }, "chrome_url_overrides": { "newtab": "src\/tab.html" } } |