Artifact Cards for New Tab

Display random Artifact cards in new tab page

Wat is Artifact Cards for New Tab?

Artifact Cards for New Tab is een Chrome-extensie ontwikkeld door redphx, en de belangrijkste functie is "Display random Artifact cards in new tab page".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Artifact Cards for New Tab

Download Artifact Cards for New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Artifact Cards for New Tab Artifact Cards for New Tab
ID bgffnmhjbcieiamalanidoifkadddpkc
Officiële URL https://chrome.google.com/webstore/detail/artifact-cards-for-new-ta/bgffnmhjbcieiamalanidoifkadddpkc
Beschrijving Display random Artifact cards in new tab page
Bestandsgrootte 639 KB
Aantal Installaties 58
Huidige Versie 1.0.2
Laatst Bijgewerkt 2018-12-23
Publicatiedatum 2018-12-23
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar redphx
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}