Artifact Cards for New Tab
Display random Artifact cards in new tab page
Cos'è Artifact Cards for New Tab?
Artifact Cards for New Tab è un'estensione di Chrome sviluppata da redphx, e la sua funzione principale è "Display random Artifact cards in new tab page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Artifact Cards for New Tab
Scarica i file di estensione Artifact Cards for New 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
Display random Artifact cards each time you open a new tab. Total cards: 255. Source code: https://github.com/redphx/artifact-cards-newtab Disclaimer: Artifact content and materials are trademarks and copyrights of Valve or its licensors. All rights reserved.
Informazioni di Base sull'Estensione
Nome | |
ID | bgffnmhjbcieiamalanidoifkadddpkc |
URL Ufficiale | https://chrome.google.com/webstore/detail/artifact-cards-for-new-ta/bgffnmhjbcieiamalanidoifkadddpkc |
Descrizione | Display random Artifact cards in new tab page |
Dimensione del File | 639 KB |
Conteggio Installazioni | 58 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2018-12-23 |
Data di Pubblicazione | 2018-12-23 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | redphx |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Artifact Cards for New Tab", "author": "redphx", "description": "Display random Artifact cards in new tab page", "version": "1.0.2", "manifest_version": 2, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "persistent": false, "scripts": [ "db\/cards.js", "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ "img\/*", "js\/*", "css\/*" ] } |