Artifact Cards for New Tab
Display random Artifact cards in new tab page
Qu'est-ce que Artifact Cards for New Tab ?
Artifact Cards for New Tab est une extension Chrome développée par redphx, et sa fonction principale est "Display random Artifact cards in new tab page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Artifact Cards for New Tab
Téléchargez les fichiers d'extension Artifact Cards for New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bgffnmhjbcieiamalanidoifkadddpkc |
URL Officiel | https://chrome.google.com/webstore/detail/artifact-cards-for-new-ta/bgffnmhjbcieiamalanidoifkadddpkc |
Description | Display random Artifact cards in new tab page |
Taille du Fichier | 639 KB |
Nombre d'Installations | 58 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2018-12-23 |
Date de Publication | 2018-12-23 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | redphx |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |